Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.62 KB | None | 0 0
  1. <!-- HTML5 -->
  2. <! DOCTYPE html>
  3.  
  4. <html>
  5.     <head>
  6.         <title>Page Title</title>
  7.        
  8.         <!-- Normalize.css -->
  9.         <link rel="stylesheet" type="text/css" href="normalize.css">
  10.        
  11.         <!-- Custom Styles style.css -->
  12.         <link rel="stylesheet" type="text/css"href="style.css">
  13.        
  14.         <!-- Internet Explorer Conditional -->
  15.         <!-- [if IE]>
  16. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  17.        <!-- end [if IE] -->
  18.     </head>
  19.    
  20.     <body>
  21.        
  22.         <h1 id="pageTitle">My Name Goes Here..</h1>
  23.        
  24.     </body>
  25.  
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement