ranchoweb.com quick and dirty HTML guide!

Okay, here is a couple quick HTML tips and tricks! Check out my HTML Practice Page to practice!


You want something BOLD?
Then surround it with <B> and </B> tags!
Like this: <B> Something bold! </B> looks like this: Something bold!


You want something centered?
Then surround it with <CENTER> and </CENTER> tags!
Like this: <CENTER> Something centered! </CENTER> looks like this:
Something centered!


You want a
line
break?
Then put in a line break tag: <BR>
Like this: <BR> looks like this:
(well, it doesn't really look like anything, it just puts a line break in...work with me, people!)


You want something colored?
Then surround it with <FONT COLOR="color"> and </FONT> tags!
Like this: <FONT COLOR="blue"> Something blue! </FONT> looks like this: Something blue!
For additional colors that you can substitute for the "color" part, check out this color chart! -- simply replace "color" in the example above with the name of any color you like!


You want something big? bigger? or bigger?
Then surround it with <FONT SIZE=+1> and </FONT> , <FONT SIZE=+2> and </FONT>, or <FONT SIZE=+3> and </FONT>tags!
Like this: <FONT SIZE=+1> Something big! </FONT> <FONT SIZE=+2> Something bigger! </FONT> <FONT SIZE=+3> Something bigger! </FONT> looks like this:
Something big! Something bigger! Something bigger!
You can play around with the numbers all you like, and you can also use negative sizes to make things small!


You want a link to another picture or website?
Then surround it with <A HREF="http://path.to/picture.or.web.page"> and </A> tags!
Like this:
<A HREF="http://www.ranchoweb.com/daisy1.jpg"> Picture of My Dog! </A> <BR> <A HREF="http://www.ranchoweb.com/live.htm"> Live Web Cam of My Dog! </A> looks like this:
Picture of My Dog!
Live Web Cam of My Dog!

© 1997-2008 ranchoweb.com
  privacy policy