|
The answer to that is actually yes. It's using position:absolute for what it was made for, using stuff such as blink tags (ugh) using characters which aren't renderable, using javascript, and the site fails validation.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|