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="sentence">Body copy Body copy Body copy Body copy Body copy Body copy</p> | |
| <p class="sentence">Body copy Body copy Body copy Body copy</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">Lead body copy Lead body copy Lead body copy Lead body copy</p> | |
| <p class="lead">Lead body copy Lead body copy</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="sentence huge">huge text</p> | |
| <p class="sentence jumbo">jumbo text</p> | |
| <p class="sentence large">large text</p> | |
| <p class="sentence medium">medium text</p> | |
| <p class="sentence small">small text</p> | |
| <p class="sentence tiny">tiny 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="sentence ellipsis">text text text text text text text 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="sentence"><span class="normal">normal text</span></p> | |
| <p class="sentence"><span class="bold">bold text</span></p> | |
| <p class="sentence"><span class="italic">italic text</span></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="sentence">default(left) text</p> | |
| <p class="sentence right">right text</p> | |
| <p class="sentence center">center text</p>sentence |
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="blockquote"> | |
| <p class="sentence">text text text text text text</p> | |
| <p class="sentence">text text text text text text</p> | |
| <p class="sentence">text text text text text text</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
| <address class="address"> | |
| <strong>hackleberry</strong><br> | |
| <a href="mailto:#">hackleberry@example.com</a> | |
| </address> |
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>List element</li> | |
| <li>List element | |
| <ul> | |
| <li>List element</li> | |
| <li>List element | |
| <ul> | |
| <li>List element</li> | |
| <li>List element</li> | |
| <li>List element</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>element</li> | |
| <li>element | |
| <ol> | |
| <li>element</li> | |
| <li>element | |
| <ol> | |
| <li>element</li> | |
| <li>element</li> | |
| <li>element</li> |