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, 1104👍, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...