Sidebar
Pages can contain text, images, or a collection of pages
Paragraph
The paragraph element represents a paragraph of text. Paragraphs are usually represented in visual media as blocks of text that are separated from adjacent blocks by vertical blank space and/or first-line indentation. Paragraphs are block-level elements. A paragraph (from the Ancient Greek παράγραφος paragraphos, to write beside, or written beside) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.
Columns
A column is a vertical division of a page or text, a vertical arrangement of figures or other information, a section of a newspaper or magazine regularly devoted to a particular subject or written by a particular person.
A column is a vertical division of a page or text, a vertical arrangement of figures or other information, a section of a newspaper or magazine regularly devoted to a particular subject or written by a particular person.
Blockquote
A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.
Tables
Fruit | Price | Advantages |
---|---|---|
Bananas | Money is not a problem | Bananas are cool |
Pineapples | Money is not a problem | Pineapples are awesome |
Watermelons | Money is not a problem | Watermelons are fun |
Code
<?php if($site->user()->popular()): ?>
<a href="<?php echo $site->twitter() ?>">Twitter</a>
<a href="<?php echo $site->facebook() ?>">Facebook</a>
<?php endif ?>