Basic HTML for eBay Sellers
Review - Step 1
7
Review
 
 
  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
 
HTML Tag Syntax

Simple Tag Syntax
<
name>
Extended Tag Syntax <
name attribute=value >
Closing tag </
name > (no attribute=value in the closing tag)
Basic Simple tags (no closing tags necessary)

<p>
= new paragraph
<br> = new line
<hr> = draw line across screen

 
Tags that Format Text (Simple Syntax)

<center>
text </center>
<b> text </b> = text
<i>  text </i> = text
<u> text </u> = text
<s> text </s> =

 

Tags that Format Text (Extended Syntax)

<font color=red> type text here <font>
<font size=6>
type text here </font>
<font face=arial>
type text here </font>
<font color=red size=6>
type text here </font>


 
Tags that create lists
<ul> </ul> creates an unordered (bulleted) list
<ol> </ol> creates an ordered (numbered) list
<li> indicates a list item within the <ul> or <ol> tags
for example…

 



Link syntax

 

<a href=type_url_here> type link text here </a>
Link example to a specific About Me page:

 

<a href= http://members. ebay .com/ aboutme /griff@ebay.com/>
About Me Page</a>

E-mail link example:

 

<a href=“mailto: Your e-mail address>E-mail Me</a>
Link to eBay:

 

<a href=http://www.ebay.com> Visit eBay! </a>
Image syntax:

 

<img src=type_url_here>

 

TIP: the HTML used to create any web page is always viewable from your browser.  If you notice something interesting in a web page and you don’t know how the web designer did it, follow the steps below (fig 57)


Fig. 57

In Internet Explorer, click View, then Source. This will display the HTML formatted text behind the web page you are viewing.

 

That concludes this tutorial in Basic HTML for eBay Sellers. Uncle hope's you found it useful!
Back Home           Back Home
Back to Step 16 Back to Griff's Home Page
 
   
Page 17