/ Published in: HTML
A basic XHTML 1.1 Strict template with CSS cross-browser fixes already in place.
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <style type="text/css"> /* Cross-Browser Fixes */ * { margin: 0px; padding: 0px; clear: both; } </style> </head> <body> <div id="container"> </div> </body> </html>
You need to login to post a comment.
