Welcome to the HTML tutorial page I hope you find this useful
Guestbook Ever wondered how people change the appearance of
their text? Starts a new paragraph Starts a new line Left aligned text Central aligned text Right aligned
text Joining HTML together Example 2: To make the text bold, underlined and green all at the same
time use It is important that you close the tags in the same order as they were
opened. In the example above <B> was opened first so must be closed
last <FONT> was the last opened and first to be closed.
Rules: Adding a link to a different page <A
HREF= >Text
here</a> In the space you need to enter the URL (web address) of the
page you want to go too. All web addresses must start with http://
e.g. <A HREF=http://www.ebay.co.uk>eBay UK</a> will look
like eBay UK
Email links <A
HREF="mailto: ">Email
me</a> just enter your email address in the space.
e.g. <A HREF="mailto:me@me.net">Email me</a> looks like Email me
<A
HREF="mailto: ?subject=This
will appear in the subject line">Email me</a> you need to place
a ? mark after your email address and then put the subject
e.g. <a href="mailto:me@me.net?subject=Fill in the subject
line">Email me</a> will give Email me
<IMG
SRC= >
in the space enter the address of where the picture is stored beginning
http://
e.g. <IMG
SRC=http://img.photobucket.com/albums/v479/mepage/69.gif"> gives Please note: There is no closing tag for a picture
Linking a picture <A HREF=address of page you want to go too><IMG SRC=address of
picture></a>
Large text
Moving text
Don't be afraid to put tables inside other tables!
Click on a picture to make it larger
Under the picture there are 3 lines...
Creating a signature picture Now just get creative
Smileys If in step one the box does not pop up, try either or both of the
following...
Template maker Colour charts Image hosts Smileys Fancy text
-
Amazon Shop
-
Pixels Home -
Contact -
Ebooks![]()
Basic HTML
To practice using HTML Click here
It's by using Hypertext Markup Language(HTML) and it is easier than it
sounds. Some simple tags to get you started:
Want to FTP your site to your host?
Click here
Command
Altered text (examples)
<B>Text here</B>
Bold text
<I>Text here</I>
Italic text
<BIG>Text here</BIG>
Bigger text
<STRIKE>Text here</STRIKE>
Line through text
<U>Text here</U>
Underlined text
<KBD>Text here</KBD>
Keyboard text
<SUB>Text here</SUB>
Lower text
<SUP>Text here</SUP>
Higher text
<STRONG>Text here</STRONG>
Strong text
<SMALL>Text here</SMALL>
Smaller text
<P>
<BR>
<P ALIGN=left>Text here</ALIGN>
<P ALIGN=center>Text here</ALIGN>
<P ALIGN=right>Text here</ALIGN>
For more commands Click
here
Command
Changes font to:(examples)
<FONT FACE=COURIER>Text here</FONT>
Courier font
<FONT FACE=ALGERIAN>Text here</FONT>
Algerian font
<FONT FACE=GARAMOND>Text here</FONT>
Garamond font
<FONT FACE=ARIAL>Text here</FONT>
Arial font
<FONT FACE=MODERN>Text here</FONT>
Modern font
the font has it installed on their computer
Command
Changes text color to:
<FONT COLOR=#DC143C>Text here</FONT>
Red text
<FONT COLOR=#3300FF>Text here</FONT>
Blue text
<FONT COLOR=#FF6600>Text here</FONT>
Orange text
<FONT COLOR=#FFFF33>Text here</FONT>
Yellow text
<FONT COLOR=#66FF33>Text here</FONT>
Green text
Command
Changes text size to:
<FONT SIZE=1>Text here</FONT>
Text size 1
<FONT SIZE=2>Text here</FONT>
Text size 2
<FONT SIZE=3>Text here</FONT>
Text size 3
<FONT SIZE=4>Text here</FONT>
Text size 4
<FONT SIZE=5>Text here</FONT>
Text size 5
<FONT SIZE=6>Text here</FONT>
Text size 6
<FONT SIZE=7>Text here</FONT>
Text size 7
The maximum text size is size 7 (see
the advanced
section for larger text)
You can also use
<H1></H1>...<H6></H6 to change text size, where
<H1> is the largest and <H6> is the smallest
You may have
noticed that the font, colour and size are all changed using the
<FONT> tag.
If you wanted to change the text to a courier font,
size 5 and red you would put the following
<FONT FACE=courier SIZE=5
COLOR=red>Edited text</FONT> which gives Edited text
<B><U><FONT COLOR=green>Text
here</FONT></U></B> gives you Text here
To
practice using HTML Click here
Links are what allow
people to move to other pages on the Internet. They can usually be
identified because the mouse pointer changes when over a link and the text
is usually underlined and blue (although this is not always the case). To
create a link use the following:
An email link works in a similar way to a
normal link. To create a simple email link:
Advanced email links
To display a picture
To automatically fill in the
subject line of the email:
Use the following:
<IMG> tag properties
<img
src="http://img.photobucket.com/albums/v479/mepage/1236.jpg" width=150
height=100 alt="Snowy mountain">
You can set the
following properties for the <IMG> tag. It is recommended that you
set the width and height for each picture as it makes the picture load
faster.
WIDTH
The width of the picture
HEIGHT
The height of the picture
ALT
Text to be displayed if the image can not be
displayed
Both width and height are specified in either pixels or as a
percentage of the screen size.
You just need to put the two codes
together
Command
Looks like:
<OL>
<LI>List item number
1</LI>
<LI>List item number
2</LI>
<LI>List item number
3</LI>
</OL>
Command
Looks like:
<UL>
<LI>List item number
1</LI>
<LI>List item number
2</LI>
<LI>List item number
3</LI>
</UL>
Advanced HTML
Now you have managed the basics, why not try something
a little more difficult?
For larger text than HTML allows use
<FONT STYLE="font-size:100pt" color=red>Text</FONT> to get:
Increase the number for larger text or
decrease for smaller text.
There are a number of ways in which
the text can move:
Command
Example
<MARQUEE>Text here</MARQUEE>
<MARQUEE DIRECTION=right>Text here</MARQUEE>
<MARQUEE DIRECTION=up>Text here</MARQUEE>
<MARQUEE DIRECTION=down>Text here</MARQUEE>
<MARQUEE BEHAVIOR=alternate>Text here</MARQUEE>
<MARQUEE BEHAVIOR=slide>Text here</MARQUEE>
<MARQUEE BGCOLOR=yellow>Text here</MARQUEE>
<MARQUEE SCROLLAMOUNT=30>Text here</MARQUEE>
<MARQUEE DIRECTION=right><MARQUEE>Text
here</MARQUEE>
Properties of the <table> tag
BORDER=1
sets the width of the surrounding box, use number 0 for no
border
CELLPADDING=1
sets the size of gap left around the data in each cell
CELLSPACING=1
Sets the gap between the cells
ALIGN=center
used to align the table on the page (left/center/right)
BGCOLOR=blue
fills the table border with a colour
BORDERCOLOR=blue
sets the colour of the border
WIDTH=20%
sets the table width to 20% of the screen size
HEIGHT=20%
sets the table height to 20% of the screen
height
Code
Creates:
<TABLE BORDER=2
BGCOLOR=yellow>
<TR>
<TD>row 1 cell
1</TD>
<TD>row 1 cell
2</TD>
</TR>
</TABLE>
row 1 cell 1
row 1 cell 2
<TABLE BORDER=2 BGCOLOR=yellow
BORDERCOLOR=yellow>
<TR>
<TD>row 1 cell
1</TD>
<TD>row 1 cell
2</TD>
</TR>
</TABLE>
row 1 cell 1
row 1 cell 2
<TABLE BORDER=0
BACKGROUND=http://img.photobucket.com/albums/v479/mepage/a1.gif>
<TR>
<TD><FONT
COLOR=white>row 1 cell
1</FONT></TD>
<TD><FONT COLOR=white>row 1
cell 2</FONT></TD>
</TR>
</TABLE>
row 1 cell 1
row 1 cell 2
<Table border=1 bgcolor=#FF6600 bordercolor=#FF6600 width=90%
align=center>
<tr>
<td>
<font
color=white>title</font>
</td>
</tr>
<tr>
<td
bgcolor=white>
main text
here
</td>
</tr>
</table>
title
main text
here Merging cells
At some point you may need to merge
cells either horizonatally or vertically
<TABLE BORDER=1>
<TR>
<TD
COLSPAN=3 width=90
height=30>1</TD>
</TR>
<TR>
<TD
ROWSPAN=2 width=30 height=60>2</TD>
<TD width=30
height=30>3</TD>
<TD width=30
height=30>4</TD>
</TR>
<TR>
<TD
width=30
height=30>5</TD>
<TD>6</TD>
</TR>
</TABLE>
3
4
5
6
Adding a picture
Adding a picture is really simple. All you need is an
image host (somewhere to store your pics). For a list of image hosts
please see the links
section. The following instructions are for how to use photobucket.
You can also rotate and change the size of the picture once it
is in photobucket by clicking on the edit button above the picture you
want to change.
The picture should now have appeared
To put your name on a picture
you need some drawing software
Most people use a specialised program
called Paint Shop Pro (PSP) to add their name to pictures.
You can
download a free trial here.
Icons & Smileys
The icons next to User IDs have different
meanings:
Feedback stars
You get awarded a star depending on the
amount of feedback you have received. Feedback is displayed as a
number E.G.( 8 ) (this shows eight
positive unique feedbacks) next to a User ID.
No star
Feedback less than 10.

Feedback between 10 and 49.

Feedback between 50 and 99.

Feedback between 100 and 499.

Feedback between 500 and 999.

Feedback between 1000 and
4999.
Additional Icons
There are also a number of additional
icons which can be found beside a User ID:

Shows that a User has created an "about me" page. Click to
see what the page contains. (This is my "about me"
page.)

Shows that the User ID was created less than 30 days
ago.

Shows that a User ID has been changed in the last 30
days.

Shows that a User has their own shop. Click to visit the
shop.
To get smileys on the message boards:
The code for the following 4 smileys
does not work
instead you have to change the code so that a - is in the middle. eg. :-D,
:-x, :-p, :-O for the 4 smileys shown above.
Abbreviations
Abbreviation
Stands for:
AKA
Also Known As
ASAP
As Soon As Possible
BBL
Be Back Later
BBS
Be Back Soon
BIN
Buy It Now
BNWL
Brand New With Label
BNWT
Brand New With Tags
BRB
Be Right Back
BTW
By The Way
COA
Certificate Of Authenticity
FAO
For Attention Of...
FAQ
Frequently Asked Question
FB
Feedback
FVF
Final Value Fees
FYI
For Your Information
GIF
Graphics Interchange Format
GTG
Got To Go
HTML
Hyper Text Markup Language
IMHO
In My Honest Opinion
IMO
In My Opinion
LMAO
Laugh My A*** Off
LOL
Laugh Out Loud
LTNS
Long Time No See
M8
Mate
MIB
Mint In Box
NARP
Not A Registered Poster
NARU
Not A Registered User
NIB
New In Box
NPB
Non Paying Bidder
N/R
No Reserve
OMG
Oh My G...
OP
Opening/Original Poster
PM
Private message
PMSL
P*** Myself Laughing
RL
Real Life
ROTHF
Rolls On The Floor Laughing
TOS
Terms Of Sale
TTFN
Ta Ta For Now
TVM
Ta Very Much
TY
Thank You
URL
Uniform Resource Locator
VERO
Verified Rights Owner Program
VFM
Value For Money
WD
Well Done
WTG
Way To Go
YHM
You Have Mail
YW
Your Welcome
For more abbreviations click here
Favourite Links
HTML Help
HTML
Introduction
HTML Beginner's Guide
TagBot
Hex codes
HTML colour chart
Colour Chart
Photobucket
TinyPic
Village
photos
Image
Magician
AuctionPix
Best Smileys
World of
smileys
Caboot
Small smileys
3D text maker
Flaming text