Home Tags we have talked about Tags we haven't talked about Check out my other work
  1. <div></div>
  2. the div tag is a block element that is used to define a section of a
    webpage. Other elements can be placed inside the div tags to easily
    manipulate with CSS.

    Example
    This text is stored in a div element with a lightgreen background.

  3. <form></form>
  4. New to HTML5, the form tag allows the creation of editable forms
    when paired with one of more newly added tags, like the next tag
    on this list.

  5. <input>
  6. The input tag allows for different information to be added to forms
    in HTML5 by use to types and attributes. Not all types and attributes
    are supported by all browsers currently, so it may be problematic to
    implement currently.

    Example
    First name:
    Last name: