Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
|
Quote:
|
Originally Posted by The_Anomaly
I'm trying to force myself to do strict doctypes but i dont know the difference really  i know that with xhtml 1.0 all tags must be closed like <img src ="blah.jpg" /> or <br/> instead of <br>.
something really confusing me is what flash mx gives as an html file when you publish a movie. Everything seems to be caps and there is no doctype, or maybe i'm not looks at it right. Someone wanna take a look at this code and figure out what it is?
|
read the speca better ... only tags that don't have a closing tag must end like that, and also all tags must be lover case ... moving a code from html to xhtml is easy ... just make everything lower case and close the tags like img, br, link, meta .... properly with />
for more information i suggest you read the xthml specs on www.w3.org 
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
|