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, ∼1900🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...