HTML <meta> Tag code example

Example 1: meta tags

<head>
  <meta charset="UTF-8">
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML, CSS, JavaScript">
  <meta name="author" content="John Doe">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

Example 2: metadata html

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Example 3: metadata html

<meta name="author" content="John Doe">

Example 4: metadata html

<meta http-equiv="refresh" content="30">

Example 5: meta tag background

<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

Tags:

Html Example