Bootstrap code style
Description
Wrap inline snippets of code with <code>.
Example
<!DOCTYPE HTML>
<html>
<head>
<link href="http://java2s.com/style/bootstrap.min.css" rel="stylesheet">
</head><!-- w w w . j a v a 2 s .c o m-->
<body style='margin:20px;'>
For example, <code><section></code> should be wrapped as inline.
</body>
</html>