Bootstrap code style
Style an inline code
Wrap inline snippets of code with <code>.
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!--from w w w. ja v a2s .c om-->
<body style='margin:20px;'>
For example, <code><section></code> should be wrapped as inline.
</body>
</html>