Whitespace – HTML
Learn how HTML handles whitespace.
Email and phone links – HTML
Boilerplate – HTML
Learn what makes up the boilerplate code for an HTML document.
div element – HTML
To add styles to a group of elements, wrap them in a <code>div</code> element.
Common syntax problems – HTML
span element – HTML
To add styles to a section of text inside of another element, use the <code>span</code> element.
Title element – HTML
To edit the title of your HTML page, use the <code><title></code> element.
How to structure an HTML file