Tutorial-2

Step 5 : Let's begin our webpage with a HTML5 doctype and standard meta elements.

<!doctype html> 
  <html lang="en"> 
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Free Responsive Website By EntheosWeb</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><link rel="stylesheet" type="text/css" href="../style.css">
  </head>
  <body>
<div class="wrapper">
  <div id="header_top"></div>
  <div id="header"></div>
  <div id="nav"><ul>
  <li> <a href="../index.html" target="_self">Home</a> </li>
  <li> <a href="../about.html" target="_self">About</a> </li>
  <li> <a href="../services.html" target="_self">Services</a> </li>
  <li> <a href="../contact.html" target="_self">Contact</a> </li>
  </ul>  </div>
  <div id="header_bottom"></div>
  <section id="content">
  
  </div></section>
  <footer>  </footer>
  </div>
  </body>
  </html>
GOTO :  Previous Next

No comments:

Post a Comment