Posted by Noozer on 09/05/05 08:25
I'd also like to apply CSS here... what should one always include in their
default CSS definitions?
"Noozer" <dont.spam@me.here> wrote in message
news:ZCQSe.375501$5V4.283130@pd7tw3no...
> 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]
|