Horje

How to Describe metadata within an HTML document

The meta elements of this document describe the document and its keywords.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>
<body>

<p>The meta elements of this document describe the document and its keywords.</p>

</body>
</html>

Output should be:

How to Describe metadata within an HTML document




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin