Showing posts with label Hyperlink. Show all posts
Showing posts with label Hyperlink. Show all posts

Image Mapping

There is also a method of hyperlinking various parts of a single image to various webpages. This is done by image mapping. In image mapping, we can define a part of the image and create a hyperlink to it.
The first step is to create the image map and link it. Then we insert the image and refer to the image map that was created in the first step.
To create an image map, we use the MAP tag and give it a name to the image map.
LEARN MORE>>

HTML - More on Inserting Components

Hyperlinking Images
You can even chose to hyperlink an image. To do that, first define the hyperlink tag. Then insert the image and then close the hyperlink tag.

Mailto Hyperlink
You may have noticed in most websites that there is a link called "Contact us" or "Send us a mail" etc, which allows the user to send an email to that website. You too can create such hyperlinks. It is called the mailto hyperlink.

Inserting Audio
You can insert audio into your webpage so that everytime the page is acessed and displayed on the screen, the audio clip would play in a continous loop. To dothat we must use the bgsound tag.

LEARN MORE>>