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.
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.
