Basic HTML for eBay Sellers
Getting Started - Step
8
 
 
  Page 8      
  Index

 1 - Getting Started

 2 - Getting Started

 3 - Getting Started

 4 - Getting Started

 5 - Getting Started

 6 - Paragraph tags

 7 - Bold tags

 8 - More tags

 9 - Extended Syntax

10 - Font tags

11 - Font tags (cont)

12 - List tags

13 - Link tags

14 - Image tags

15 - Center tags

16 - Table tags

17 - Review

 

 

The following HTML tags do specific things to text.  Try them in your test.html file and see what they do by placing some text between each open and close tag.

 

 <i> type text here </i>
<u> type text here </u>
<h3>
type text here </h3>

 

From the above list, let’s use the <I>, <u>, <h3> and more <b> tags (fig 25).  After adding, remember to Save the Changes!

 


Go back to the IE window and click refresh. (fig. 26)

The <h3> </h3> tags increased the size of the type for our title line
The <i> </i> tags italicized the word “rug”
The <u> </u> tags underlined the word “incredible”
The <b> </b> tags bolded the phrases “Payment Terms” and “Shipping Terms”


You should be getting the picture now. HTML is not hard at all! Let's learn some other simple tags and also begin exploring the extended syntax tags.
Back Home           Back Home
Back to Step 7 On to More Tags and Extended Syntax

 
   
Page 8