Email and phone links – HTML
div element – HTML
To add styles to a group of elements, wrap them in a <code>div</code> element.
span element – HTML
To add styles to a section of text inside of another element, use the <code>span</code> element.
How to structure an HTML file
Project structure – HTML
Learn how to structure your HTML projects.
Table – HTML
Table with head and body – HTML
Table with footer – HTML