element is every i.e the tag and what is between it e.g <h1>my first web</p>\
TYPE OF TAG
- container tag
- self closing tag
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
- <h1> to <h6> headings
- <p> paragrah
- <br> break: used to break to another line
- <b> bold
- <u> under line
- <i> italics
- <em> emphasis: make text italics inline
- <strong> bold: used to bold character inline
- <hr> horizontal: draw horizontal line
- <a> anchor: used when you want link to page
- <sup> superscript
- <sub> subscript
- <abbr> abbreviation: used when you want abbreviate word
- <ul> unorder list
- <ol> ordered list
- <li> list
- <q> used for block quotation
- <blockquote> used for inline quotation
- <cite> indicate site
- <dfn> used when new word is introduced
- <address> used when you want to put your email address
- <ins> underline selected word
- <del> cancel unwanted text
- <s> cancel text that are block
- <dl> definition list
- <dt> definition terms
- <dd>
Post a Comment