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, ∼2140🔥, 0💬
Popular Posts:
What is Fabric CA (Certificate Authority)? Fabric CA (Certificate Authority) is a component of Hyper...
How to enter & sign in '@(...)' expressions? & signs can be entered in '@(...)' expr...
How to enter & sign in '@(...)' expressions? & signs can be entered in '@(...)' expr...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...