Follow these basic steps to get started to bootstrap design.
1. Use DOC into head in HTM5 before start the <html> Tag
<!DOCTYPE html>
2.
Add language into HTMl tag
<html lang="en">
3.
Use Meta information likes:
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,
initial-scale=1;maximum-scale=1.0, user-scalable=no"">
4.
Download or use online CSS from Bootstrap:
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
5.
Download or use online JS from Bootstrap:
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script
src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
6. Download bootstrap from here
6. Download bootstrap from here
No comments:
Post a Comment