Re: XHTML vs PHP
Since I started learning programming and coding through HTML and XML, of course I prefer XHTML over any other language.
HTML is a very clean way to make a webpage - it dose not allow improperly nested elements, everything must be within the root HTML element, and all tags must be closed.
It's a web programmers dream.
|