</>


Hello world


<>hello world<>


<p>hello world</p>


elements


<element>


<element begin>

content

</element close>


<paragraph begin>

   This is a paragraph of text

</paragraph close>


<p>

   THIS IS A PARAGRAPH OF TEXT

</p>


headings


heading levels

  • Level 1: Main headline
  • Level 2: Sub-headline
  • Level 3: Category headline
  • Level 4: Sub-category headline
  • Level 5: Topic headline
  • Level 6: Sup-topic headline


<h_>heading</h_>

  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>


exercise



nesting


<parent>

</parent>


<parent>

   <child>Hi</child>

</parent>


lists


list types

  • Ordered list (OL)
  • Unordered list (UL)


<ordered list></ordered list>


<ordered list>

   <list item>item 1</list item>

</ordered list>


<ol>

   <li>ITEM 1</li>

</ol>


<ol>

   <li>ITEM 1</li>

</ol>


<uL>

   <LI>ITEM 1</LI>

</uL>

exercise

Make a grocery shopping list

  • Call it 'My grocery list'
  • Add three categories
    • Dairy
    • Fruits
    • Snacks
  • Add three list items under each category

how'd you do?


Made with Slides.com