Bootstrap bold text

Use strong to make bold text

We can use <strong> tag to emphasize a snippet of text with a heavier font-weight.


<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from   ww w.  ja  va  2s.  com-->
<body style='margin: 20px;'>
  <strong>rendered as bold text</strong>
</body>
</html>

Click to view the demo





















Home »
  Bootstrap »
    Bootstrap »




Introduction
Basic HTML Style
List
Table
Form
Layout
Navigation Bar
Button
Control