Quotes

Quotations can be challenging to do in HTML. This is one way to write them:

HTML file: Displayed by browser:
<p>This is a quotation from Anatole Franc:</p>

<p style="margin-left:40px;">
The freedom to make mistakes provides the best environment for creativity. Education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you know and what you don't.
</p>

This is a quotation from Anatole Franc:

The freedom to make mistakes provides the best environment for creativity. Education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you know and what you don't.

There are other ways to write quotation, which the next lessons will show.

Good habit Take every opportunity to view your uploaded webpages on various computers, and different browsers. Check any PDA, cellphone or tablet that you can get your hands on, just to observe what makes your website look best overall.
Back button Table of Contents Next button