Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Basics</title>
- <link rel="stylesheet" href="stylesheet.css">
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <img src="logo.png" alt="DIWS.com">
- <h2>How much can you remember</h2>
- </div>
- <div id="menuTop">
- <button type="button" >Home</button>
- <button type="button">About</button>
- <button type="button">Contact</button>
- </div>
- <div id="outer">
- <div id="inner">
- <h3>Home</h3>
- <p>Welcome to the new website for everything you ever wanted to know about Developing Interactive Web Solutions</p>
- <p>We will be learning about the tools and frameworks you need to get ahead in the front-end design and development industry</p>
- <img id="img1" src="344071.jpg" >
- <a class="link" href="#" >Click here to contact us</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment