Question
MY QUESTION IS WHAT DO I NEED TO DO FOR THE EXTERNAL JAVASCRIPT DOCUMENT? ITS VERY CONFUSING TO ME, THE TEACHER DOESN'T WANT A CSS.
MY QUESTION IS WHAT DO I NEED TO DO FOR THE EXTERNAL JAVASCRIPT DOCUMENT? ITS VERY CONFUSING TO ME, THE TEACHER DOESN'T WANT A CSS.
HTML5 document
Use your newly downloaded Brackets editor, create the HTML5 document named index.html as outlined on page 9 of your text. Ignore the body element attribute (bgcolor="white") as this attribute is deprecated in HTML5. Also, do not enter a script element as shown. In the body element, type your name, e-mail address and college major. Place each bit of information in a paragraph element
so that each appears on its own line.
External JavaScript document
Use your newly downloaded Brackets editor to create an external JavaScript document named myJS.js. Link your JavaScript file to your HTML file as shown on pages 7 & 8. HINT: create the link to your external JavaScript file below the text in your HTML file so that your name and email address is in memory before the JS styles are applied. If your link is in the head of the HTML file the formatting will not work.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started