+ 2
I am wondered that why we use the word "extensible" in XHTML? Can we add some new tags to this version just like xml?
2 Answers
+ 2
Nope. XHTML is just a flavor of HTML that is also XML valid. Mostly that means that you have to close <img/> and <br/> and the like.
+ 1
::sk:: thank you friend that was useful answer