It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Member
Join Date: Jun 2007
Posts: 52
|
Well, as we all know, HTML is a stricter version of HTML, and is also a highly recommendation for use instead of HTML.
I try to use XHTML whenever possible, but what about all of you? Why would use use another language? Well, what is everyone's opinion? |
|
|
|
|
|
|
|
#2 (permalink) |
|
Member
Join Date: Jul 2007
Posts: 30
|
XHTML is similar to HTML4.0 i think, HTML can be converted to XHTML easily, the difference between both languages is code handling ..you should visit at w3schools.com for more information, XHTML follows HTML rule properly, but HTML some time doesn't ...
<html> <head> <title>.....</title> <body> <h1>........ </body> now See XHTML below <html> <head> ... </head> <body> ... </body> </html> now you can see the difference |
|
|
|
|
|
#3 (permalink) |
|
Member
|
Actually it's
HTML Code:
<!DOCTYPE> <html> <head> </head> <body> </body> </html>
__________________
Indiana Jones |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|