Remember the steps to create a web page:

Steps:

When you look at web pages, you can see the HTML code by going to VIEW in your browser and looking for SOURCE or PAGE SOURCE or something similiar. The key word here is source.

When you turn in the assignment, you should send me the .html as an attachment.

Your assignment:

I want you to write a page in HTML5 and the same page in XHTML. You should attach them both and send them.
Code for a basic example of HTML5
Code for a basic example of XHTML

Your web pages should each include the following:
  1. An h1 header
  2. Another header: h2, h3, h4, h5 or h6
  3. A break
  4. A blockquote
  5. A paragraph
  6. A division
  7. Something in italics using i and something bold using b (do not use CSS for these)
  8. An ordered list with several list items
  9. An unordered list with several list items
  10. A definition list
  11. One list embedded inside another list each with several list items
  12. Pre

Extra credit if you get your pages to validate.