| Example | Description |
|---|---|
| HTML hello world page | This is the first HTML5 web page you have seen |
| Empty HTML5 web page | You may use this as a starting point for your HTML5 documents |
| Empty XHTML web page with validation logo | You may use this to validate your HTML5 documents as XHTML documents. Simply put your HTML5 body stuff in the body of this document and validate at W3C |
| Link example where target is a fragment | |
| Header and paragraph example | |
| XHTML 1.1 Inline Element Example | Highlights Some XHTML Inline Elements. |
| img3.html | Making an image in to a link. |
| pre.html | pre element |
| table.html | Basic table example |
| table_col_row_span.html | Column and row span examples |
| table_content_example.html | Illustration on what you can put inside cells |
| table_header_footer_body.html | Table header, footer, body example |
| table_headers.html | Table headers example |
| table1.html,table2.html,table3.html,table4.html,table5.html, | Various small table examples from the lecture |
| form2.html | Form example with text field |
| form4.html | Form example with password |
| form5.html | Form example with radio buttons |
| form6.html | Form example with checkboxes |
| form7.html | Form example with file selector |
| form8.html | Form example with text area |
| form9.html | Form example with scrolling menu |
| form1.html | All form elements together |
| html5_webpage_structure.html | Basic structural elements of a simple webpage |