Did I say, that his website was the best ever? I said it was well organized because of the indentations (easier to read through the script).Quote:
Lotf has indentations everywhere.
It must be the best source ever. :awesome:
Would you want an html script to look like this:
Code:
<html>
<head>
<title></title>
<style type="text/css">
. { }
. {}
. {}
</style>
</head>
<body>
<div></div>
<div> </div>
<div></div>
</body>
</html>
Or would you want it to look like this:
Code:
<html> <head> <title></title> <style type="text/css"> </style> </head> <body> </body> </html>
btw, you failed at your 'attempt' to be funny.