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, ∼2228🔥, 0💬
Popular Posts:
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...