Halloween party ideas 2015

tag is the opening and closing angle bracket < >.
element is every i.e the tag and what is between it e.g <h1>my first web</p>\

TYPE OF TAG
  1. container tag 
  2. self closing tag
container tag are tag that have opening and closing tag e.g <p> and</p >.
self closing tag are tag that stand on their own e.g <meta/>

note: every tag that is open must be close.

Some basic html tags
  1.  <h1> to <h6> headings
  2. <p> paragrah
  3. <br> break: used to break to another line
  4. <b> bold
  5. <u> under line
  6. <i> italics
  7. <em> emphasis: make text italics inline
  8. <strong> bold: used to bold  character inline
  9. <hr> horizontal: draw horizontal line
  10. <a> anchor: used when you want link to page
  11.  <sup> superscript
  12. <sub> subscript
  13. <abbr> abbreviation: used when you want abbreviate word
  14. <ul> unorder list
  15. <ol> ordered list
  16. <li> list
  17. <q> used for block quotation
  18. <blockquote> used for inline quotation
  19. <cite> indicate site
  20. <dfn> used when new word is introduced
  21. <address> used when you want to put your email address
  22. <ins> underline selected word
  23. <del> cancel unwanted text
  24. <s> cancel text that are block
  25. <dl> definition list
  26. <dt> definition terms
  27. <dd>

Post a Comment

Powered by Blogger.