Hyperlinks in html

Hyperlinks In HTML

So lets start with the hyperlinks or the just call them “links”. Ok you just think for a minute that what may be the meaning of the links in your point of view. Yes again you are going in the right direction. Links means “connection between the two things” might it be any thing. Be …

Hyperlinks In HTML Read More »

Hyperlinks

So lets start with the hyperlinks or the just call them “links”. Links means “connection between the two things” might it be any thing. Be two Persons, Roads or two computers. And the links provide the facility or path between two things through which we can go from one to another.   In the same …

Hyperlinks Read More »

Tags Used in the Hyperlinks

Tag Description <a> Defines an anchor   You see there is only one tag in the Table i.e. <a> tag, it is called as anchor tag. This tag is used to linkthe documents in the Html and it is quite simple.     The <a> Anchor Tag and its Attributes: <a>Attributes Description href specifies the address or …

Tags Used in the Hyperlinks Read More »

Types of linking In HTML

1) Open a link in the same browser window HTML uses the <a> (anchor) tag to create a link to another document.   An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc.   Different attributes of the <a> tag are href, name, target. So …

Types of linking In HTML Read More »

How to Hyperlink an Image

  To hyperlink an image first we have to insert the image on the web page. So question is how to insert the image on the web page. In html the image can be inserted using the <img> tag. <img> tag has the attributes like width, height and src, which specifies the height and width …

How to Hyperlink an Image Read More »