Prev Demo
Small Text
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" /> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h1>h1 heading <small>small text</small></h1> <h2>h2 heading <small>small text</small></h2> <h3>h3 heading <small>small text</small></h3> <h4>h4 heading <small>small text</small></h4> <h5>h5 heading <small>small text</small></h5> <h6>h6 heading <small>small text</small></h6> </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output