Bootstrap italics text style

Use em to mark italics text style

For emphasizing a snippet of text with italics we can use <em> to mark text.


<!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;'>

<em>rendered as italicized text</em>
        
</body>
</html>

Click to view the demo





















Home »
  Bootstrap »
    Bootstrap »




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