Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

meta tags

Status
Not open for further replies.

rbauerle

Programmer
Oct 16, 2001
48
BR
i need some help here. I have to make an aplication that would search 'meta tags'. The problem is i don´t really know what are these tags and i´m not really a php programmer, i usualy work with asp. If someone could give me some tips, i´d be really greatfull.

Thsnks,
 
Hi

Meta tags are the tags that describe the web site in the headers of the page. they are an html item not php or asp.

This meta element defines a description of your page:
<meta name=&quot;description&quot; content=&quot;Free Web tutorials on HTML, CSS, XML, and XHTML&quot;>

This meta element defines keywords for your page:
<meta name=&quot;keywords&quot; content=&quot;HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript&quot;>


The intention of the name and content attributes is to describe the content of a page.

hth
Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top