JavaScript is an online scripting language capable of both simple and complex functions. Today, you are going to learn about one of it's more simple, but very useful effects: Mouse Over Effects. If you are somewhat familiar with basic HTML, click here. If not, read on.
One of the most basic tags in html is the tag, or the anchor tag. The anchor tag is the tag used to link to other web pages. It is stated as follows: <a href="linkname">Your Text</a>. Between the quotes fallowing the href is where the path of the desired HTML or other document is listed. Your Text is where you enter the text to be displayed on your web page. An example would be:
<a href="home.html">Home</a>
Here is what that would look like on a webpage:
Home
Most of the mouse over effects in JavaScript are stated as sub tags within the anchor tag. An example of a sub tag would be the href in the anchor tag.
\\Menu Step2//
1
Hosted by www.Geocities.ws