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="HyperText Markup Language" class="initialism">HTML</abbr> |
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
| <address> | |
| <strong>Twitter, Inc.</strong><br> | |
| 795 Folsom Ave, Suite 600<br> | |
| San Francisco, CA 94107<br> | |
| <abbr title="Phone">P:</abbr> (123) 456-7890 | |
| </address> | |
| <address> | |
| <strong>Full Name</strong><br> | |
| <a href="mailto:#">first.last@example.com</a> |
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
| <blockquote> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
| </blockquote> |
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
| <blockquote> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
| <small>Someone famous in <cite title="Source Title">Source Title</cite></small> | |
| </blockquote> |
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
| <blockquote class="pull-right"> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
| <small>Someone famous in <cite title="Source Title">Source Title</cite></small> | |
| </blockquote> |
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
| <ul> | |
| <li>Lorem ipsum dolor sit amet</li> | |
| <li>Consectetur adipiscing elit</li> | |
| <li>Integer molestie lorem at massa</li> | |
| <li>Facilisis in pretium nisl aliquet</li> | |
| <li>Nulla volutpat aliquam velit | |
| <ul> | |
| <li>Phasellus iaculis neque</li> | |
| <li>Purus sodales ultricies</li> | |
| <li>Vestibulum laoreet porttitor sem</li> |
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
| <ol> | |
| <li>Lorem ipsum dolor sit amet</li> | |
| <li>Consectetur adipiscing elit</li> | |
| <li>Integer molestie lorem at massa</li> | |
| <li>Facilisis in pretium nisl aliquet</li> | |
| <li>Nulla volutpat aliquam velit</li> | |
| <li>Faucibus porta lacus fringilla vel</li> | |
| <li>Aenean sit amet erat nunc</li> | |
| <li>Eget porttitor lorem</li> | |
| </ol> |
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
| <ul class="list-unstyled"> | |
| <li>Lorem ipsum dolor sit amet</li> | |
| <li>Consectetur adipiscing elit</li> | |
| <li>Integer molestie lorem at massa</li> | |
| <li>Facilisis in pretium nisl aliquet</li> | |
| <li>Nulla volutpat aliquam velit | |
| <ul> | |
| <li>Phasellus iaculis neque</li> | |
| <li>Purus sodales ultricies</li> | |
| <li>Vestibulum laoreet porttitor sem</li> |
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
| <ul class="list-inline"> | |
| <li>Lorem ipsum</li> | |
| <li>Phasellus iaculis</li> | |
| <li>Nulla volutpat</li> | |
| </ul> |
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
| <dl> | |
| <dt>Description lists</dt> | |
| <dd>A description list is perfect for defining terms.</dd> | |
| <dt>Euismod</dt> | |
| <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd> | |
| <dd>Donec id elit non mi porta gravida at eget metus.</dd> | |
| <dt>Malesuada porta</dt> | |
| <dd>Etiam porta sem malesuada magna mollis euismod.</dd> | |
| </dl> |