23 Oct 2014

Most useful tags in HTML

A memo from Tech Society session; most useful tags in HTML:

  • <a> link to other pages etc
  • <link> link to an external style sheet
  • <ol> ordered list
  • <ul> unordered list
  • <li> each bullet in the list
  • <p> paragraph
  • <div> division
  • <img> load an image
  • <script> use other languages such as Javascript
  • <form> declare a form such as to send information
  • <input> an input for a form

No comments:

Post a Comment