HTML Tutorials and Examples
This site is a full-fledged working demo of HTML 5 code taking advantage of new features in HTML 5. For example, each page is using the HTML 5 sectioning tags and the site logo in the upper left corner of each page is not an image - the logo is using an HTML 5 <canvas> tag with code loaded only once from a single full-site template. Do View Source to verify that the site is using the HTML 5 DOCTYPE. You can also verify it is Valid HTML 5 using the HTML Validator.
In addition to the tutorials below, for using various sets of tags together, see also the HTML Examples for examples of coding individual HTML tags. For example, the example of using the <mark> tag to mark up search results provides a good tutorial on that subject.
See also: