Design can have different connotations
There are two basic meanings of design

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.
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
Week 1 | Week 2 | Week 3 | Week 4 | Week 4 |
---|---|---|---|---|
Monday | Monday | Monday | Monday | Monday |
Tuesday | Tuesday | Tuesday | Tuesday | Tuesday |
Wednesday | Wednesday | Wednesday | Wednesday | Wednesday |
Code
<?php if($site->user()->popular()): ?>
<a href="<?php echo $site->twitter() ?>">Twitter</a>
<a href="<?php echo $site->facebook() ?>">Facebook</a>
<?php endif ?>