Anda di halaman 1dari 11

Create Responsive Web site with Bootstrap

1.
2.
3. Bootstrap?
4. Bootstrap
5. Bootstrap
6. HTMLBootstrap
7.
8.

Web site
Web page
Web Browser
Responsive Web site

Web Languages
HTML
CSS
JavaScript
Tools
Web Browser
Text Editor(Notepad++, Atom)
Bootstrap?
Bootstrap
Easy to use
Responsive features
Mobile-first approach
Browser compatibility
Bootstrap
Download Bootstrap file
http://getbootstrap.com/
Unzipped Bootstrap file
Create test.html file
HTMLBootstrap

Include some links to between <head> and </head>


<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">

Include js links to between <body> and </body>


<script src="js/bootstrap.min.js"></script>

Some code
Web site http://itpro7.000webhostapp.com/

Anda mungkin juga menyukai