Inserting Text
  1. To add text, you may add it directly inside the div tag:
  2. 
    <div id="intro">Place your introduction text here. Describe the properties and associations of your color choices. You’ll want to discuss the history of the colors together and why you gave them the title you choice. For example you could choose Red, Orange and Yellow and discuss how the colors are all warm colors the you associate with physical warmth.
    <!--Closing Tag for intro--></div>
    
    

    "Alt" Tag Attribute

      Ordered HTML List

    1. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
    2. The list items will be marked with numbers by default.
    Dreamweaver Logo

    Special Characters

    Some characters require a different HTML tag called a Symbol Entity Names (i.e. “&” instead of just “&”).

    To learn more Symbol Entity Names, visit: W3Schools