Horje

How to Use the name attribute to define a description, keywords, and the author of an HTML document

Meta Example.
index.html
Example: HTML
 <head>
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="author" content="Hege Refsnes">
</head> 

Output should be:

How to Use the name attribute to define a description, keywords, and the author of an HTML document




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