|
|
how do i put text on my page?
To add text, you need to
set up a paragraph with paragraph tags. The text will automatically be aligned
to the left: To align your text on the right you do this: <p
align=right>This will align your text to the right</p>
To make your text bold you do this:
To italicize your text you do this:
To underline your text you do this: If you want to go to the next line (to type in any text) you need to add this tag: <br>. You can use this tag to make vertical spaces between images, and it works just like the enter key on your keyboard. |