Question: Open your text editor Create the basic html5 tags for a web page Add a h1 tag pair with the text Simple Script into the
- Open your text editor
- Create the basic html5 tags for a web page
- Add a h1 tag pair with the text Simple Script into the body of the web page.
- Save the file with the name JSP1.htm
- Add the script tag pair below your h1 closing tag
- Use the alert message box to send the obligatory Hello, World! statement. (for some trivia, see note at end)
- Open the file in your browser and test the file
- Save your file.
- Then zip the file.
- Upload the zipped file to the JSP1 exercise area on myTCC
- Save the file with the new name of JSP2.htm
- Under the h1 closing tag. Add a p tag pairs.
- Move your script tags inside the new p tags.
- Delete the alert message
- Add a document.write to write the Hello, World! message to the web page inside the new p tags.
- Save your code.
- Open the file in your browser and test the file
- Zip your file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
