Whitespace – HTML
Learn how HTML handles whitespace.
Boilerplate – HTML
Learn what makes up the boilerplate code for an HTML document.
Common syntax problems – HTML
Title element – HTML
To edit the title of your HTML page, use the <code><title></code> element.
Heading elements – HTML
Learn how to create headings in HTML.
Paragraph element – HTML
To create a paragraph in HTML, use the <code>p</code> tag: <pre><code><p>This is a paragraph.</p></code></pre>
Ordered lists – HTML
Learn how to write ordered lists in HTML. To write an ordered list in HTML, use the <code>ol</code> and <code>li</code> elements.
Unordered lists – HTML
Learn how to write unordered lists in HTML. To write an unordered list in HTML, use the <code>ul</code> and <code>li</code> elements.