Skip to content

Paragraph element – HTML

Length: 10 minutes

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

Length: 10 minutes

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

Length: 10 minutes

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.