|
Check our New Web Development Articles Blog Site - WebTuts Way2Tutorial |
||
|
|
XHTML TutorialXHTML References |
XHTML HowTo Write<!DOCTYPE> type defineXHTML every tag attributes must be write inside double Quotation. Use the transitional DOCTYPE when you want to write document in proper rules.
Every tag must be properly nested. every tag must be closed. some <hr>,<img>,<br> tag is empty tag than the tag must be /> at the end of the tag. Link tag is empty tag so its must be closed /> at the end of the tag.
some <hr>,<img>,<br> tag is empty tag than the tag must be /> at the end of the tag.
|