Bootstrap headings style
Description
Click the link below to find out how bootstrap styles the headings.
Example
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!-- w w w . j av a 2 s . c o m-->
<body style='margin:20px;'>
<h1>H1...</h1>
<h2>h2...</h2>
<h3>h3...</h3>
<h4>h4...</h4>
<h5>h5...</h5>
<h6>h6...</h6>
</body>
</html>