Tools, FAQ, Tutorials:
HTML Description 'meta' Tag/Element
What Is the Description "meta" Tag/Element?
✍: FYIcenter.com
The description "meta" element is a special meta element that provides
a short descript about the HTML document. The description "meta" element
must include the "name" attribute as, name="description". Here is an
example:
<meta name="description" content="A collection of HTML tutorials on head, body and meta elements by FYIcenter" />
XHMTL browsers are usually ignoring the description meta element. But most search engines are using the information provided in the description meta element to show your page in the search result listing. So it is very important to code the description meta element properly in your HTML documents following rules below:
Â
⇒HTML Document Structure and Head Level Tags
⇒⇒HTML Tutorials
2017-06-28, 1148👍, 0💬
Popular Posts:
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...