Welcome, Guest. Please login or register.

Author Topic: HTML help?  (Read 2504 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Jope

Re: HTML help?
« on: March 28, 2003, 10:58:14 AM »
Quote

Wilse wrote:
Well, I already have this code, minus the 'bapp' part and it does play from the location.
What's 'bapp', anyway?


The anchor tag needs some text .. if you don't specify it, you either won't have anything to click on, or depending on the browser, you'll probably have a short line that represents the link.

So: THIS IS THE TEXT THAT APPEARS AS THE LINK ON THE PAGE

Please check out www.w3.org.. You can teach yourself HTML very nicely by reading the specs and trying it out by writing some small pages, saving them to your hd and then opening them with your browser. There's even a 10min tutorial!

And regarding the above url.. Please, don't ask for more directions, that url is already one link deep into the site. You should find everything you need under that page, just dig around and then enjoy the feeling you get from finding something out by yourself!

Hmm, well, one hint.. The current version of HTML is HTML 4.01 .. you should be able to find the link to the spec now.

Also, once you get more experience, whenever you find a page and wonder how they did it, just Read The Source, Luke!

Good luck in your quest, HTML isn't very hard to learn, just don't give up if you don't immediately find something you're looking for.. :-)