ernasjobs

index

Sep 29th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Basics</title>
  6.     <link rel="stylesheet" href="stylesheet.css">
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10.  
  11.     <div id="header">
  12.         <img  src="logo.png" alt="DIWS.com">
  13.         <h2>How much can you remember</h2>
  14.     </div>
  15.     <div id="menuTop">
  16.         <button  type="button" >Home</button>
  17.         <button  type="button">About</button>
  18.         <button  type="button">Contact</button>
  19.     </div>
  20.     <div id="outer">
  21.  
  22.         <div id="inner">
  23.             <h3>Home</h3>
  24.             <p>Welcome to the new website for everything you ever wanted to know about Developing Interactive Web Solutions</p>
  25.             <p>We will be learning about the tools and frameworks you need to get ahead in the front-end design and development industry</p>
  26.             <img id="img1" src="344071.jpg"  >
  27.             <a class="link" href="#" >Click here to contact us</a>
  28.         </div>
  29.  
  30.     </div>
  31.  
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment