FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

A few things on HTML (The Basics)

 


Runescapetown
Ok here are the basics you could ever learn in HTML

If you would want to make a link you would type:
<a href=THE URL>WHAT DO YOU WANT TO NAME IT WHEN IT SHOWS UP ON YOUR WEB</a>

About The link: For example when you are doing a link on your site to your own pages type it likes this for example: /contest.htm instead of www.blahblahblah.com/contest.htm

So it will look like this:
<a href=/contest.htm>Contest</a>
Not like this:
<a href=www.blahblahblah.com/contest.htm>contest</a>

Ok now how to do an image?

You type <img src=THE IMAGE URL>
So it will be like this: say my image is called www.blah.com/blah
<img src=www.blah.com/blah>
it will show up as a picture.

Ok thats all for today hope you lernt the basics on HTML.
Maxus
Runescapetown wrote:
Ok here are the basics you could ever learn in HTML

If you would want to make a link you would type:
<a href=THE URL>WHAT DO YOU WANT TO NAME IT WHEN IT SHOWS UP ON YOUR WEB</a>

About The link: For example when you are doing a link on your site to your own pages type it likes this for example: /contest.htm instead of www.blahblahblah.com/contest.htm

So it will look like this:
<a href=/contest.htm>Contest</a>
Not like this:
<a href=www.blahblahblah.com/contest.htm>contest</a>

Ok now how to do an image?

You type <img src=THE IMAGE URL>
So it will be like this: say my image is called www.blah.com/blah
<img src=www.blah.com/blah>
it will show up as a picture.

Ok thats all for today hope you lernt the basics on HTML.

Put the link around your image
Reply to topic    Frihost Forum Index -> Miscellaneous -> Tutorials

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.