Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is the Description META Tag/Element
What Is the Description META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags
✍: FYIcenter.com
The description meta element is a special meta element that provides a short descript about the XHTML document. The description meta element must include the "name" attribute as, name="description". Here is an example:
<meta name="description" content="A collection of XHTML 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 XHTML documents following rules below:
2007-05-12, 4869👍, 0💬
Popular Posts:
Give me the example of SRS and FRS SRS :- Software Requirement Specification BRS :- Basic Requiremen...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
What does a special set of tags <?= and ?> do in a PHP script page? <?= express...
How To Join a List of Keys with a List of Values into an Array? - PHP Script Tips - PHP Built-in Fun...
How To Join a List of Keys with a List of Values into an Array? - PHP Script Tips - PHP Built-in Fun...