Tag Archives: meta tag

HTML Meta Tags

Example: Describe metadata within an HTML document: <meta name=”description” content=”Free Web tutorials” /> <meta name=”keywords” content=”HTML,CSS,XML,JavaScript” /> <meta name=”author” content=”Hege Refsnes” /> <meta http-equiv=”Content-Type” content=”text/html;charset=ISO-8859-1″ /> Definition and Usage Metadata is information about data. The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine […]