Page 1 of Lab 2

Topics from class are:

  1. HEADER TAG (h1-h6)
  2. the header tag is used to create headings. duh. 1 being the largest and 6 the smallest.

    header

    header

    header

    header

    header
    header

  3. BREAK LINES (br)
  4. break tag is used to insert line breaks, putting space between the lines

    line


    line

  5. STRONG&EM TAG
  6. The strong/emphasized tags are used stylistically to bold and italicize text

    text
    text

  7. HORIZONTAL LINE (hr)
  8. The horizontal rule tag is used to create a visible break line across the page





  9. ANCHOR TAG (a)
  10. The anchor tag is used to link to other webpages or documents. instead of showing the entire link address the anchor tag allows the programmer to name the link so that the name is all that shows on the page.

    HOME
    page 2