kaomao
Member
Maurizio, what's wrong with my code goddamn it?
Nothing really wrong.
"Modern way" of creating an html page is to keep all style inside a css file.
You should avoid inline style, I mean something like this this has to be avoid:
<div style="width:600px">
you should use always classes, the code is cleaner and is maintainable