This page provides basic explanations and examples of HTML elements.
HTML provides six levels of headings, which are <h1>
through <h6>
.
The <p>
tag defines a paragraph.
This is a simple paragraph.
Links are defined with the <a>
tag.
HTML provides ordered (numbered) and unordered (bulleted) lists.
Images can be embedded into web pages using the <img>
tag.
Always remember to include an alt attribute for accessibility!