Results 1 to 15 of 15

Thread: [HTML] It's actually just a template.

Threaded View

  1. #1

    Thread Starter
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Talking [HTML] It's actually just a template.

    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>
    Last edited by minitech; Sep 2nd, 2010 at 11:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width