0% found this document useful (0 votes)
36 views1 page

Default PDF

This document contains the HTML code for a basic Bootstrap webpage template. It includes Bootstrap CSS and JavaScript links to create a responsive layout with a jumbotron header and two columns of sample text content. The page is designed to resize based on different screen widths to demonstrate the responsive capabilities of Bootstrap.

Uploaded by

crali2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Default PDF

This document contains the HTML code for a basic Bootstrap webpage template. It includes Bootstrap CSS and JavaScript links to create a responsive layout with a jumbotron header and two columns of sample text content. The page is designed to resize based on different screen widths to demonstrate the responsive capabilities of Bootstrap.

Uploaded by

crali2009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\Users\Cral\Desktop\website\default.

html

Thursday, August 20, 2015 10:30 AM

<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<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>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>
<div class="row">
<div class="col-sm-4">
<h3>Column 1</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
</div>
<div class="col-sm-4">
<h3>Column 2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p>
</div>

-1-

You might also like