basic html page


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>Basic Web Page</title>
  5.  
  6. <link rel="stylesheet" href="folder/file.css" type="text/css" media="all" />
  7. <style type="text/css" media="all">@import url("folder/file.css");</style>
  8.  
  9. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  10. <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  11. <meta http-equiv="expires" content="-1" />
  12. <meta http-equiv= "pragma" content="no-cache" />
  13. <meta name="robots" content="all" />
  14. <meta name="author" content="" />
  15. <meta name="description" content="Basic starting point for an html page." />
  16.  
  17. </head>
  18.  
  19.  
  20.  
  21.  
  22.  
  23. </body>
  24.  
  25. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.