Cheers.Originally Posted by Tomdarkness2
It's a cleaner more effective way of HTML
- Dan

Cheers.Originally Posted by Tomdarkness2
I got a book on Upgradeing to XHTML some time agoNice guide its useful
It's a cleaner more effective way of HTML
- Dan
In the time its taken me to click add reply n type this message. i've forgotten it ''/
- Sam
You can't just use <br>, you have to use <br />
i used to be NintendoNews. visit my blog or add me on twitter.
need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!
"I am the way, the truth, and the life. No one comes to the Father except through me"
John 14:6 (NIV)
Well I thought i'd explained that with saying you have too close every tag which means closing <br />Originally Posted by Tim
You can't just use <br>, you have to use <br />
- Dan
I wouldn't go rushing to convert all your websites to XHTML, not using tables for layout is something which needs more attention.
Every tag you've mentioned in the above can be used in HTML 4.1, and CSS isn't validated under the rules of the XHTML DTD anyway.
Using the <i> tag is bad use of semantic mark-up, and instead you should use the correct element in its place (e.g. em for emphasising something, or cite for when you're citing a word). Also I would use <strong> instead of <b> if you wanted to be really fussy.
The above code would not validate as XHTML strict on its own, as you would need to place it inside of another tag (e.g. inside of a heading tag or a paragraph).HTML Code:<img src="pic.gif" style="width: 10px; height: 10px;" alt="pic.gif" />
kinda quit.
Well your the expertOriginally Posted by Nets
I wouldn't go rushing to convert all your websites to XHTML, not using tables for layout is something which needs more attention.
Every tag you've mentioned in the above can be used in HTML 4.1, and CSS isn't validated under the rules of the XHTML DTD anyway.
Using the <i> tag is bad use of semantic mark-up, and instead you should use the correct element in its place (e.g. em for emphasising something, or cite for when you're citing a word). Also I would use <strong> instead of <b> if you wanted to be really fussy.
The above code would not validate as XHTML strict on its own, as you would need to place it inside of another tag (e.g. inside of a heading tag or a paragraph).HTML Code:<img src="pic.gif" style="width: 10px; height: 10px;" alt="pic.gif" />
I'm just giving people an insight too XHTML.
- Dan
Want to hide these adverts? Register an account for free!