Friday, August 5, 2011

To simplify html code: is it OK to remove position:relative; and position:absolute; if it still looks OK?

HTML and CSS are very forgiving- check the source code for www.google.com some time and you'll notice that they don't even close their HTML tags (saves them a ton of money on bandwidth every month). If it looks ok, then feel free to take it out.

No comments:

Post a Comment