Current Assignment(s)
P1: The Live Site
Due: Recommended by Monday, 5.21
Due: Recommended by Monday, 5.21
Headings
Headings are defined with the <h1>
to <h6>
tags, and are written <h1>...</h1>
.
HTML
<h1>This is a Heading 1</h1>
Compare this to Markdown:
Markdown
# This is a Heading 1
- Previous
- Next