Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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