A copy-and-paste template for people who are tired of writing all of the HTML, HEAD, TITLE, LINK, BODY and SCRIPT tags. Just delete the parts that don't apply to your page.
HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="" /> <title></title> <script language="javascript" type="text/javascript" src=""> </script> <script language="javascript" type="text/javascript"> </script> <style type="text/css"> </style> </head> <body> </body> </html>




Reply With Quote