*: HTML heading are defined with the "h1"to "h6" tags.
*: "h1" defines the most important heading. "h6" defines the least important heading.
HTML Paragraphs
*: HTML paragraph are defined with the "P" tag.
HTML Links
HTML links are defined with the "a" tag.
the link's destination is spacified in the "href attribute".