html metadata elements code example

Example 1: metadata html

<meta name="description" content="Free Web tutorials on HTML and CSS">

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 name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">

Example 5: metadata html

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

Example 6: meta tag background

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

Tags:

Css Example