HTML Elements

Headings, Paragraphs, Lists, and Hyperlinks

Headline elements are block elements.

Lists

There are three types of lists you'll tend to use.

Definition List

Term
definition here

Hyperlinks

Hyperlinks are used on pretty much every page you will ever create. Hyperlinks are created using the a (or anchor) element. The a element also uses the hyperreference attribute, or href attribute. You can also use other attributes like title and target.

You can see some examples of hyperlinks on Ralph's ninetyfive.dev webpage.

If I hyperlink to another page within my own website, I'd use a relative address, like this link to my index home page.