|
Not all, the first version we had the Web Browser to use.
I use to use XHTML but then realized that using it is something like using PHP mixed with ASP.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|