HTML/CSS Guide

Common HTML Tags for body

Tag Definition Example
"p" standard size text. used for large text and paragraphs. ts a paragraph
"h1" heading. larger than normal text.

h1

h2

h3

"li" adds a bullet point to the beginning of the text.
  • list1
  • "ul" used to create an unordered list.
    • list2
    "a" embeds a hyperlink using href. click me
    "div" creates a container to divide sections of html
    box
    "br" moves text to the next line hi
    wsp
    "hr" creates a horizontal line top line
    ure rly cool
    "strong" bold text text
    "em" italic text text
    <img> displays an image on the webpage Police Officer