meta

meta
HTML meta Element
The HTML <meta> element is used to specify Metadata for the document.

HTML CODE EXAMPLE
<head>
  <meta charset="utf-8">
  <meta name="description" content="On this page etc...">
  <meta name="keywords" content="kiwi, lemon, carrot">
  <meta http-equiv="refresh" content="180">
</head>

Related Posts :

  • title title HTML title Element The HTML <title> element is used to relate the title of the web … Read More...
  • track track HTML track Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • tr tr HTML tr Element The HTML <tr> table row element is used to start a new row of either &… Read More...
  • ul ul HTML ul Element The HTML <ul> unordered list element is used to render a list of <l… Read More...
  • u u HTML u Element The HTML <u> offset text element is used to apply an underline format to… Read More...

0 Response to "meta"

Post a Comment