![]() |
| http://www.tkhome.net |
If you want to write paragraphs you use the <p>-tag.
Example:<p>This is the first paragraph.</p>
<p>And this the second.</p>
This source will be shown like this::
This is the first paragraph.
And this the second.
You can also write paragraphs in the centre or in the right:<p align="center">Center</p>
<p align="right">Right</p>
This will shown like this:
Center
Right
In a paragraph you can also define some breaks: <br>
Example: <p>In this text<br>is a break.</p>
Result:
In this text
is a break.
The opposite: <nobr> prevents breaks.
Example: <p><nobr>This text is quite long, but it the browser doesn't break it.</nobr></p>
Result:
[Home] [Basics] [Headlines]
[Paragraphs] [Links]
| top |
TK Home
©2002 Thomas Kohlwein