Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

Basic HTML Template using Bootstrap:

<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media
queries -->
<!-- WARNING: Respond.js doesn't work if you view the page
TUTORIALS POINT
Simply Easy Learningvia file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/
html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/
respond.min.js"></script>
<![endif]-->
</head>
HTML Attributes Reference
• Attribute Description class Specifies one or
more classnames for an element (refers to a
class in a style sheet)
• id Specifies a unique id for an element
• style Specifies an inline CSS style for an
element
• title Specifies extra information about an
element (displayed as a tool tip)

You might also like