Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang ="en" lang = "en" >
  5. <head>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.     <meta http-equiv="Content-Language" content="en-us"  />
  8.     <link type=text/css rel="stylesheet" href=stylesheet.css />
  9.    
  10.     <title> CS15020 GRI ASSIGNMENT II </title>
  11.    
  12.    
  13. </head>
  14.  
  15. <body>
  16.    
  17.     <div id = "header">
  18.     <h1>HEADER-BANNER</h1>
  19.     </div>
  20.    
  21.    
  22.     <div id = "menu-nav">
  23.     <ul>
  24.         <li><a href ="blabla">My Blog</a></li>
  25.         <li><a href ="blabla">My osscomerce</a></li>
  26.         <li><a href ="blabla">Essay</a></li>
  27.         <li><a href ="blabla">CV</a></li>
  28.     </ul>
  29.     </div>
  30.    
  31.    
  32.     <div id = "main">
  33.     <div class ="namebox"> Name: </div>
  34.     </div>
  35.    
  36. </body>
  37.  
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement