This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>h1. Bootstrap heading</h1> | |
| <h2>h2. Bootstrap heading</h2> | |
| <h3>h3. Bootstrap heading</h3> | |
| <h4>h4. Bootstrap heading</h4> | |
| <h5>h5. Bootstrap heading</h5> | |
| <h6>h6. Bootstrap heading</h6> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>h1. Bootstrap heading <small>Secondary text</small></h1> | |
| <h2>h2. Bootstrap heading <small>Secondary text</small></h2> | |
| <h3>h3. Bootstrap heading <small>Secondary text</small></h3> | |
| <h4>h4. Bootstrap heading <small>Secondary text</small></h4> | |
| <h5>h5. Bootstrap heading <small>Secondary text</small></h5> | |
| <h6>h6. Bootstrap heading <small>Secondary text</small></h6> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>Regular Body Content Goes in P Tags</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum | |
| faucibus dolor auctor. Duis mollis, est non commodo luctus.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <small>This line of text is meant to be treated as fine print.</small> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <strong>rendered as bold text</strong> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <em>rendered as italicized text</em> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p class="text-left">Left aligned text.</p> | |
| <p class="text-center">Center aligned text.</p> | |
| <p class="text-right">Right aligned text.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p class="text-muted">...</p> | |
| <p class="text-primary">...</p> | |
| <p class="text-success">...</p> | |
| <p class="text-info">...</p> | |
| <p class="text-warning">...</p> | |
| <p class="text-danger">...</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <abbr title="attribute">attr</abbr> |
OlderNewer