You can easily create HTML pages, or whatever you want using this easy clean Template. Code is clearly written and commented for each considerable part.
when you open any HTML file you will notice that they are all have the same header and footer so they have the same HTML code and we'll explain both as follows:
If You need to create a new html page you must include the following tags in the following order:
HEAD TAG
The Head TAG ( All pages must have the following head tag ):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Montek Creative Agency Business HTML Template - Home</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="css/responsive.css" rel="stylesheet">
</head>
Site Preloader
<!-- Preloader -->
<div class="preloader"></div>
Logo And Global Menu Navigation
>ul class="navigation">
>li class="home current">>a href="index.html">Home>/a>>/li>
>li class="resume">>a href="resume.html">Resume>/a>>/li>
>li class="work">>a href="work.html">Work>/a>>/li>
>li class="stories">>a href="stories.html">Stories>/a>>/li>
>li class="contact">>a href="contact.html">Contact>/a>>/li>
>/ul>
Inner Page Section
<!--Hallery Section-->
<section class="gallery-section">
<div class="auto-container">
<h2 class="wow fadeInUp animated" data-wow-delay="0ms" data-wow-duration="1500ms">Title Here</h2>
<div class="row clearfix">
</div>
</div>
</section>
Customize Twitter account feed