Posted by Noozer on 09/05/05 08:23
Just wondering if anyone uses a common starting template they use when
building an HTML page, ASP page, etc. What shouldn't be considered optional?
Something like:
<html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Page Title</title>
<link href="common.css" rel="stylesheet" type="text/css">
</head>
<script type="text/javascript" language=javascript>
// -- Define global variables and automatically executed
code ---------------
</script>
<body>
</body>
</html>
Navigation:
[Reply to this message]
|