Warm Up Treehouse 8

Date: 5/15/19

Brian Huynh

Screen Shot 2019-05-15 at 8.54.28 AM.png

Paragraph tabs – Anchor tags – HTML list

I already know

  • Without proper structure, your browser would display these words as massive unreadable walls of text.
  • The most common way to split up text in a more manageable visually appealing chunks, is with a paragraph tag. Paragraph tags are used to split up text in a paragraph.
  • Anchor tabs allows you to have text that redirects you to another link. It is a clickable link.

What I’ve learn

  • An HTML list is simply a list of items numbered or unnumbered. An HTML element you’ll probably use a lot is list. They can come in variety of ways
  • You can create a list with one of two tags, ul or ol.
  • ul stands for unordered list, and ol stands for ordered list.

What I want to learn

  • When creating list and structures, do you code it in the CSS or HTML

Leave a comment