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>

0 Response to "meta"

Post a Comment