HTML and XHTML?

Ridwan Sugi

Junior Member
hi guys..
Im new in the web design stuff,
I want to ask some question, what the difference betwen HTML and XHTML?
It is the same?

Thank You,
 
Essentially yes, but XHTML introduces a stricter syntax. As a loose example:

HTML:
HTML:
<img src="hello.jpg" alt="">

XHTML:
HTML:
<img src="hello.jpg" alt="" />
 
Back
Top