• Tags can have multiple attributes that add function or information to the tag

  • Format:
    <tag attribute1=“value” attribute2=“value”>Content</tag>

    • Example:
      <a href=“http://www.csuci.edu”
      title=“CSUCI Home Page”>CSUCI Home Page</a>

  • Order of attributes within tag doesn’t matter

  • Tags should only be written in lower-case