TechFundu

  • Increase font size
  • Default font size
  • Decrease font size
Welcome Guest,  Login | Join Now
Home Forum

what is difference between HTML and XHTML?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: what is difference between HTML and XHTML?
#11
what is difference between HTML and XHTML? 2 Years, 9 Months ago Karma: 0
how exactly they differ? Do we have different mark up in XHTML then HTML?
dnegi
Fresh Boarder
Posts: 17
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#67
Re:what is difference between HTML and XHTML? 2 Years, 4 Months ago Karma: 0
HTML doesnt force you to follow xml standards.

that means. HTML allows unclosed tags or change the sequence of closed tags that means...

<table >
<tr>
<td>
</tr>
</td>

this will not throw any exception or problem when working with HTML...
drawback is.. it wil not give any error or warning but its behaviour on different browsers is unpredictable.

Where as XHTML strictly follows XML SYntax..
the below code generate error s

<table >// No END TAG
<tr>// Misplaced END TAG
<td>
</tr>
</td>
rahulmaindargi
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
Follow us on Twitter