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, 1039👍, 0💬
Popular Posts:
How To Control Horizontal Alignment in Table Cells? By default, text in all table cells are aligned ...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...