CS 103 HTML Validator Example

Fix this page so that it will validate with no errors or warnings. You will find the validator at https://validator.w3.org/.

FYI, the book HTML5 for Web Designers, now in its second edition, explains the differences between validation in XHTML and HTML5, such as:

  1. Whether attributes need to be enclosed in quotation marks or not
  2. Whether standalone tags, such as <br> and <img>, need to be self-closed.

Also see webdesign.com's HTML5: Roundup of the Best Books from Amazon.