PDA

View Full Version : tip


Anonymous
02-27-2004, 05:37 PM
Forgive my ignorance.

What does "You can use basic HTML to create bold" mean? Please give the steps to follow. Thanks.



Plin.

Pete
02-27-2004, 06:31 PM
The hypertext code to make something bold is to put <b> before it and </b> after it. For instance, to display "hello world" in bold, you put:
<b>hello world</b>

Similarly, you can put something in italics with by surrounding it with:
<i>......</i>

and you can underline something by surrounding it with:
<u>......</u>.

I hope this helps.

Anonymous
02-27-2004, 07:17 PM
I've got it, Pete. Thanks so much.



Plin