hey, I know what is XHTML, HTML and DHTML. But I need to know, what is the unique difference in between them?
XHTML = eXtensible HyperText Markup Language New way to code HTML by using <br /> instead of <br> and more... The major difference is all tags must be closed with a / now even the tags with no ending tags. HTML = HyperText Markup Language Old Html code. <br> <img src="">. Basically not xhtml. DHTML = Dynamic HyperText Markup Language HTML or XHTML + JavaScript.