- Create a file named
index.html
. - Create a basic html structure as shown in the following image (please create the file by typing):
- Change the name in the author meta to your name.
- For each of the lines in the
<body>
, wrap it in the appropriate heading
- For each heading add a hover tooltip that displays which element it is
- Add a comment to explain each html element in the document
- For each heading add a paragraph below it, with any text you would like, and add a comment to the first
<p>
tag explain what it is.
- Add the text from the following file into your html page so that it looks exactly like it does in the file.