Saturday, June 25, 2016

Meta Tag in HTML

Example:
<head>
<meta charset="UTF-8">
<meta name="description" content="Web Technology">
<meta name="keywords" content="HTML,CSS,XML,JavaScript,ASP.NET,MVC">
<meta name="author" content="SS Technology">
</head>


Meta is data(information) about data. The <meta> tag provides metadata about the HTML document. Meta data will not be displayed on the web page. 
Meta elements are typically used to specify page description, keyword, author of the document, last modified and other meta data.  


Array Input output by C Programming

No comments:

Post a Comment