WDD 230 - Web Frontend Development I

L01: Course Home Page Audit

HTML Validation Message(s)

Some of these messages are just warnings or information. Even some of the 'errors' may be ignored, e.g., dynamic content will fill and image placeholder. Consult with your instructor if you have a question.

If you do not get a report, there may be something wrong with your repository structure. Check the following:
  • That you have a repo named "wdd230" on GitHub. Note the lowercase.
  • That you enabled the wdd230 repo as a GitHub Pages enabled site.
  • That you created a file named "index.html" that is located on the root of your repo.
Here is an example of what your structure should look like as a reference:
https://githubusername.github.io/wdd230

The index.html is not included in the reference because it is the default file that opens when you navigate to the root of any valid folder on the web server.