Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Hassen Practice 1</title>
- </head>
- <body>
- <h1><u>This is an example of</u> heading 1.</h1>
- <h2>This is an example of heading 2.</h2>
- <h3>This is an example of heading 3.</h3>
- <h4>This is an example of heading 4.</h4>
- <h5>This is an example of heading 5.</h5>
- <h6>This is an example of heading 6.</h6>
- <p>This is a paragraph.<br>
- The default appearance for headings is <strong>bold</strong>.<br>
- The default appearance for paragraphs is not bold.<br>
- A paragraph is the same size as heading 4.</p>
- <p>This is my first webpage in Ms. Hassen's class.</p>
- </body>
- </html>
Advertisement