Emphasize Words Using Bold, Italic, and
Underline
|
| Tag | How to use it |
What it looks like |
|---|---|---|
| <b></b> | <b>Bid on my item!</b> | Bid on my item! |
| <i></i> | <i>Bid on my item!</i> | Bid on my item! |
| <u></u> | <u>Bid on my item!</u> | Bid on my item! |
| Tag | How to use it |
What it looks like |
|---|---|---|
| <big> </big> |
Bid <big>right away</big> for a great deal <big>and you</big> may win! | Bid right away for a great deal and you may win! |
|
<small> </small> |
Bid now! <small>Before it's all over!</small> | Bid now! |
Use Color
Liven type up with built-in colors like aqua,
black, blue,
fuchsia,
gray, green,
lime,
maroon, navy,
olive,
purple, red,
silver,
teal, yellow or
white.
| Tag | How to use it |
What it looks like |
|---|---|---|
| <font color=color> </font> |
Bid <font color=green> now</font> and you may win! |
Bid now and you may win! |
| <font color=color> </font> |
Bid <font color=blue> now</font> and you may win! |
Bid now and you may win! |
| Tag | How to use it |
What it looks like |
|---|---|---|
|
<center> </center> |
<center>Bid now!</center> | Bid now! |
| Tag | How to use it |
What it looks like |
|---|---|---|
| <ul> </ul> |
My
item is: <ul> <li>New</li> <li>In excellent condition</li> </ul> |
My
item is:
|
| <ol> </ol> |
My
item is: <ol> <li>New</li> <li>In excellent condition</li> </ol> |
My
item is:
|
Attach a Picture
to Your Listing
Use the <img> tag and indicate the Web
address for the picture.
| Tag | How to use it |
What it looks like |
|---|---|---|
| <img> | <img
src="http:// www.yourdomain. com/images/ yourpicture .jpg"> |
Your picture will appear in the Web browser at the spot where your tag is listed. |
To get exactly the effect you want—just
combine tags.
For example, if you want buyers to see:
Bid now!
Your HTML should say:
<center><b><i>Bid now!</i></b></center>
Experiment and have fun!
Another great resource for Ebay HTML is Wiz's Ebay Auction Services & HTML Help