Skip to main content

HTML Text and Links

4 lessonsAbout 24 minutesBeginner

This part of the HTML Tutorial runs from HTML Text Formatting through to HTML Email Links. There are 4 lessons here, and working through them takes about 24 minutes at a steady pace.

It follows on from HTML Basics, so finish that first if you have not already — the examples below assume you are comfortable with it.

Each lesson below says what it covers before you open it. Read them in order the first time; afterwards this page works as a index you can jump back into when you need to check one thing.

  1. 1HTML Text FormattingHTML Text Formatting allows you to enhance and style text to emphasize meaning, highlight important parts, and improve readability. It combines basic...
  2. 2HTML Quotations & CitationsHTML provides several tags to display quoted text, citations, and references properly. These tags give meaning and context to text quotes, making your...
  3. 3HTML LinksHTML Links allow you to connect one page to another or link to files, images, or external websites. Links are created using the <a> (anchor) tag, which...
  4. 4HTML Email LinksHTML Email Links allow users to click and open their default email application to send a message directly. This is done using the mailto: protocol inside...