Chapter 2
Text


Line Breaks & Horizontal Rules

< br />

Example

HTML Result
< p> The Earth < br />
gets one hundred tons heavier every day < br />
due to falling space dust. < /p>

The Earth
gets one hundred tons heavier every day
due to falling space dust.


< hr />

Example

HTML Result
< p>Venus is the only planet that rotates clockwise.< /p>
< hr />
< p>Jupiter is bigger than all the other planets combined.< /p>

Venus is the only planet that rotates clockwise.


Jupiter is bigger than all the other planets combined.


09

Next page