View Single Post

Old 08-08-2007, 11:04 AM   #3 (permalink)
colorexpertsbd
Junior Member
 
Join Date: Aug 2007
Location: Santa Clara, California, USA and Dhaka, Bangladesh
Posts: 1
Rep Power: 0 colorexpertsbd is on a distinguished road
Send a message via MSN to colorexpertsbd Send a message via Yahoo to colorexpertsbd Send a message via Skype™ to colorexpertsbd
Properly Closed XML Meta Tag

I had similar question like you. But, through some search I found that the difference between HTML Meta Tags and XML or XHTML Meta Tags is a single / (slash).

XML or XHTML Meta Tags end with />, while HTML Meta Tags end only with >.

e.g.

HTML Meta Tag:
HTML Code:
<meta name="keywords" content="Clipping Path, Photoshop Masking">
XML or XHTML Meta Tag:
HTML Code:
<meta name="keywords" content="Clipping Path, Photoshop Masking" />
i.e. Each Meta Tag should be properly closed.
colorexpertsbd is offline   Reply With Quote