September 2024
Intermediate to advanced
743 pages
27h 48m
English
This section lists all the elements that can be used in some way for grouping content, including different types of lists and elements for setting off quotes.
|
Element |
Label |
Description |
|---|---|---|
|
<p> |
HTML Paragraph Element |
Defines a paragraph. |
|
<hr> |
HTML Horizontal Rule Element |
Defines a visual separator in the form of a horizontal line. |
|
<pre> |
HTML Preformatted Text Element |
Defines a preformatted area. Browsers display the text exactly as it appears between the opening and closing <pre> tags. Spaces, tabs, and line breaks are preserved exactly as they are. The use of the <pre> element is especially suitable for displaying source code (for example, if you’re writing a blog about JavaScript and want ... |
Read now
Unlock full access