HTML Description 'meta' Tag/Element

Q

What Is the Description "meta" Tag/Element?

✍: FYIcenter.com

A

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:

  • Do include the description meta element for every HTML page.
  • Do not write very long descriptions. They should be around 150 characters long.
  • Do not include any special characters like & @, #, %, ...

 

HTML Keywords 'meta' Tag/Element

XHTML 'meta' Tag/Element

HTML Document Structure and Head Level Tags

⇑⇑ HTML Tutorials

2017-06-28, 1291🔥, 0💬