HTML Website Template

- <html>
- <!-- HTML main head tells that we are going to use html in browser -->
- <head>
- <!-- hrad tag-->
- <title>
- <!-- title tag-->
- Ehtesham's Template </title>
- <link href="style.css" rel="stylesheet" type="text/css" />
- <!--Here bind CSS file with it. -->
- </head>
- <body class="body">
- <!-- Body tag and in this body class call in the CSS file-->
- <div class="wrapper">
- <!--div tag in this main wrapper class calls in CSS file -->
- <div class="header">
- <!-- Header div-->
- <div class="header-logo">
- </div>
- <div class="heafer-text">
- </div>
- <div class="header-mini-logo">
- <!-- here is link tag in the header mini div tag-->
- <a href="#">
- <img src="facebook.png" alt="" title="Follow us on facebook" border="0" /></a>
- <a href="#">
- <img src="linkedin.png" alt="" title="Follow us on linkedin" border="0" /></a>
- <a href="#">
- <img src="twitter.png" alt="" title="Follow us on twitter" border="0" /></a>
- <a href="#">
- <img src="flickr.png" alt="" title="Follow us on flicker" border="0" /></a>
- </div>
- </div>
- <div class="navbar">
- <!-- This is bavigation bar-->
- <ul>
- <!-- here us list tag-->
- <li><a href="#" title="home">Home</a></li>
- <li><a href="#" title="about">About</a></li>
- <li><a href="#" title="contact us">Contact us </a></li>
- <li><a href="#" title="services">Services</a></li>
- <li><a href="#" title="clients">Clients</a></li>
- <li><a href="#" title="projects">Projects</a></li>
- <li><a href="#" title="get in touch">Get in touch</a></li>
- </ul>
- </div>
- <div class="mainbody">
- <div class="mainbody-center">
- <h1 class="h1">
- Template License</h1>
- <!-- H1 tag-->
- <p class="p">
- Posted by Owner | Filed under templates, internet</p>
- <br>
- <!-- Paragraph tag-->
- <p class="p">
- This is a free CSS website template by Etesham Mehmood. This work is distributed
- under the Creative Commons Attribution 3.0 License, which means that you are free
- to use it for any personal or commercial purpose provided you credit me in the form
- of a link back to <a href="https://www.facebook.com/shami17">Ehtesham Mehmood</a>
- </p>
- <br>
- Read more | March 16, 2015
- <br>
- <br>
- <br>
- <h1 class="h1">
- Template License</h1>
- <p class="p">
- Posted by Owner | Filed under templates, internet</p>
- <br>
- <p class="p">
- This is a free CSS website template by Etesham Mehmood. This work is distributed
- under the Creative Commons Attribution 3.0 License, which means that you are free
- to use it for any personal or commercial purpose provided you credit me in the form
- of a link back to <a href="https://www.facebook.com/shami17">Ehtesham Mehmood</a>
- </p>
- <br>
- Read more | March 16, 2015
- </div>
- <!-- Side bar menu-->
- <div class="mainbody-right">
- <center>
- <h2 class="h2">
- SideBar Menu</h2>
- </center>
- <ul>
- <li><a href="#">home</a></li>
- <li><a href="#">about</a></li>
- <li><a href="#">services</a></li>
- <li><a href="#">clients</a></li>
- <li><a href="#">projects</a></li>
- <li><a href="#">request a quote </a></li>
- <li><a href="#">get in touch</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!-- Here is Footer-->
- <div class="footer">
- <p>
- Template designed by: <a href="https://www.facebook.com/shami17">Ehtesham Mehmood</a></p>
- </div>
- </body>
- </html>

Osama BhattiPosted Jan 25, 2021, 10:51 AM
Sir where is your software house
vaibhav bhargavPosted Mar 13, 2014, 7:02 AM
Nice article !!