Categories
Welcome Center
Education & Development
Discussions
Certification Preparation
Recent Posts
Groups
Free Resources
Ebooks
Free Workshops
Trending Certifications Infographic
Infosec Training
IT & Security Training
Live Boot Camps
Security Awareness Training
About Infosec Institute
Home
Discussions
Off Topic
Javascript help
TommyT
Hello I am taking a javascript class and the assignment says to "copy the line where the javascript code connects to the web page"
I am very new to all this and I cant seem to find it. I copied and paste it down below. its an online course and its very difficult to not have someone to ask questions regularly. if someone finds it can you tell me how that connects it to the webpage..because I really do want to learn this stuff. thanks
<!
DOCTYPE
html
>
<
html
lang
="en">
<
head
>
<
meta
charset
="UTF-8">
<
title
>
Join Email List
</
title
>
<
link
rel
="stylesheet"
href
="email_list2.css">
<
script
src
="email_list2.js"></
script
>
</
head
>
<
body
>
<
section
>
<
h1
>
Please join our email list
</
h1
>
<
form
id
="email_form"
name
="email_form"
action
="join.html"
method
="get">
<
label
for
="email_address1">
Email Address:
</
label
>
<
input
type
="text"
id
="email_address1"
name
="email_address1">
<
span
id
="email_address1_error">
*
</
span
><
br
>
<
label
for
="email_address2">
Re-enter Email Address:
</
label
>
<
input
type
="text"
id
="email_address2"
name
="email_address2">
<
span
id
="email_address2_error">
*
</
span
><
br
>
<
label
for
="first_name">
First Name
</
label
>
<
input
type
="text"
id
="first_name"
name
="first_name">
<
span
id
="first_name_error">
*
</
span
><
br
>
<
label
>
</
label
>
<
input
type
="button"
id
="join_list"
value
="Join our List">
</
form
>
</
section
>
</
body
>
</
html
>
Find more posts tagged with
Save $250 on 2025 certification boot camps from Infosec!
Book now with code EOY2025
Button
Comments
NotHackingYou
<
script
src
="email_list2.js"></
script
>
This code will bring in the javascript file email_list2.js.
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of
INFOSEC Boot Camps
$250
OFF
Use code
EOY2025
to receive $250 off your 2025 certification boot camp!
BROWSE BOOT CAMPS