Welcome Guest [Log In] [Register]
This just in: THE BORED BBS SURVIVOR WAS RIGGED! Survivor 2, Ari actually won, but everyone thought she was a bitch so I gave it to Anna.

Mystics win was also rigged. All her answers were always wrong.

Username:   Password:
Add Reply
HTML Basics
Topic Started: Dec 25 2004, 08:49 AM (127 Views)
+ My_Life_Is_A_Sim_Life
Member Avatar
As high as the Sun
Admin
All HTML pages start with an <HTML> tag, then goes a <HEAD> tag, written next to it is the title of your page, followed by </HEAD>. Then comes a <BODY> tag

Code:
 
<HTML>
<HEAD> TITLE </HEAD>
<BODY>


<P> means paragraph, so you can write inside the <P> and </P> tags. <H1> through H6 are different sizes, H1 being biggest

Code:
 

<H1> TEXT BIG </H1>
<H6> TEXT small </H6>


Images:
Code:
 
<img src="LINK" WIDTH="##" HEIGHT="##">


Link:
Code:
 
<a href="LINK">


Background color:
Code:
 
<body bgcolor="HEXCODE">


Horizantal Line:
Code:
 
<HR>


Center:
Code:
 
<CENTER>, </CENTER>


Thats basics! :D
<center> Posted Image </center>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · The Shack. · Next Topic »
Add Reply