Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 2: HTML Essentials: Elements and Lists!
Instruction
Coding Headings and Paragraphs
Headings and paragraphs form the textual foundation of your web pages. In HTML, these elements are block elements, meaning they occupy the full width of their container and start on a new line.
Heading Tags (<h1> through <h6>)
HTML provides six levels of headings:
-
<h1>
: Primary heading, should be unique per page and contain the most important topic.
- **
<h2>
to...