What we discussed in class

What we discussed in class
  1. To make an ordered list, use ol with <> in between and t end it use .
  2. To make an unordered list, use ul with <>in between and is usually ended by .
  3. The body of a page is represented as body with <> in between and ended by .
  4. The h1 to h6 tags are used to define html headings.
  5. The Title tag defines the title of the document.