Mail City
Sign up for a FREE email account!
Mail City

The first tag you should enter in is

<HTML>. and last u put </HTML>

<head>

</head>

<body>

</body>

<HTML>

<HEAD> good to enter this meta thing for search engines <META Name="description" Content="the coolest page in the world" >

<META Name="keyword" Content="fun, cool stuff, chat" > </HEAD>

<BODY> all your typing/BODY>

</HTML>

<hr> draws a horizontal line

<br> carriage return <p> starts a new paragraph

<title>your title </title>

<center> </center>

FONT SIZE <font size="1">Font size 1 </font> Font size 1

<font size="2">Font size 2 </font> Font size 2

<font size="3">Font size 3 < /font> Font size 3

<font size="4">Font size 4 </font> Font size 4

<font size="5">Font size 5 </font> Font size 5

COLOR TEXT <font color="blue">Blue Text < /font> Blue Text

<font color="red">Red Text </font> Red Text

<font color="yellow">Yellow Text < /font> Yellow Text

BOLDING b> This will make a region of text bold </b> This will make a region of text bold

ITALICS <i> italic letters

< /i> italic letters

HEADING SIZES <h1> Heading size 1 </h1> Heading size 1

<h2> Heading size 2 </h2> Heading size 2

<h3> Heading size 3 </h3> Heading size 3

FONT FACE <font face="Helvetica">Helvetica font </font> Helvetica font

<font face="New Century Schoolbook">New Century Schoolbook font < /font> New Century Schoolbook font

<font face="Lucida">Lucida font < /font> Lucida font

ALIGNING TEXT TO IMAGE <img src="a2_logo.gif" align=top> load an image with this text centered vertically to the middle of the image </img> load an image with this text aligned to the top of the image

<img src="a2_logo.gif" align=center> load an image with this text aligned to the middle of the image load an image with this text centered vertically to the middle of the image

<img src="a2_logo.gif" align=bottom> load an image with this text centered vertically to the middle of the image </img>

LINKING

LINKING TO SAME SERVER

<a href="/doc/faq.html"> create a link to another page on the same server create a link to another page on the same server

LINK ON ANOTHER SERVER

<a href="https://www.lycos.com/addasite.html "> create a link to another page on another server </a> create a link to another page on another server

MAIL LINK WITH PICTURE <a href="http://www.angelfire.com"> <img src="a2_logo.gif"> < /a> <a href="mailto:da-big-bus@webtv.net"> <img src="https://www.angelfire.com/images/ico ns/mailbox.gif" border=0> </a>

BLINKING TEXT <blink> make text blink </blink> make text blink

PREFORMATED TEXT <pre> turn on fixed width font with preformatted text </pre> turn on fixed width font with preformatted text

LISTS

list <ul> <li> list item 1 <li> list item 2 </ul> list item 1 list item 2

numbered lists

    <
  1. hey <
  2. yo
hey yo

unnumbered lists < ul>

<li>test

<ul>

<li>it

<ul>

<li>works

</ul>