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 description 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 Keywords 'meta' Tag/Element
2017-06-28, ∼1734🔥, 0💬
Popular Posts:
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...