Bootstrap
Bootstrap
Type (Jquery.com)
Click (Download Jquery)
Right Click on (Download the uncompressed
development Jquery)
Click on (Save link as)
Save the JQUERY file in that created folder.
Click on Save.
How to give the link Bootstrap and Jquery file
whth HTML file
</body>
</html>
How to create Header in Bootstrap
</p></div>
<div class="col-md-4">
<div align="center">
<img height="200px" width="200px" src="img/1.jpg"></div><br>
<p>Type your text here
<a href="#"><button class="btn btn-danger">Read more</button></a>
</p></div>
</div></div></div>
How to create contact form?
<div class="page-header"><h2 align="center">Contact Us</h2></div>
<form class="col-md-5 col-md-offset-4">
<div class="form-group">
<input class="form-control" placeholder="Enter your name"
type="text"></div>
<div class="form-group">
<input class="form-control" placeholder="Enter your email"
type="email"></div>
<div class="form-group">
<input class="form-control" placeholder="Enter subject"
type="text"></div>
<div class="form-group">
<textarea class="form-control"
rows="10">Comments</textarea></div><div class="form-group">
<input class=" btn-block"type="submit"></div></form>
How to create footer?
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div style="background-color:rgb(212,31,0)">
<p align="right"> 2016 All Rights Reserved | Design
by <a href="#"> BCA & BCIS</a></p>