हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

What is Link and explain the types of links. - Computer Applications

Advertisements
Advertisements

प्रश्न

What is Link and explain the types of links.

दीर्घउत्तर

उत्तर

Link is an important feature of HTML to connect web resources. Link in HTML is used to create hyperlinks to web content. Web content may be an HTML document or an external webpage or any multimedia content such as an image, video, audio, animation etc., or even a part of the current document.

There are two important things needs to create a link in HTML:

  • The name of the file or URL to which you want to link.
  • The text that will serve as the clickable link.

The anchor tag <A> is used to create links along with HREF attribute. HREF is abbreviated as “Hypertext Reference”.

Structure of an anchor tag with href:
<A href = ” Web content path / URL “>
Text – Clickable link </A>

Example:

The above link code creates the target of the hyperlink to the website http://thscert.org/ index.html. At the time the user clicks the link, the browser opens the home page of the URL.

Internal Links:
Creating a link to a particular section of the same document is known as Internal Link. To create an internal like, the attribute Name is used along with <A> tag. The Name attribute of <A> tag establish the link to the content within the document.

An HTML code to demonstrate Internal Linking:

<html>
<head>
<title> South India </title>
</head>
<body>
<h1 align = center> South India </h1>
<p> South India is the area encompassing the Indian states of
<A href = #AP> Andhra Pradesh, </A>
<A href = #KR> Karnataka, </A>
<A href = #KL> Kerala, </A>
<A href = #TN> Tamil Nadu </A> and Telangana as well as the union territories of Lakshadweep, Andaman and Nicobar Islands and Puducherry, occupying 19% of India’s area (635,780 km2 or 245,480 sq mi). </p>
<A Name = AP><B> Andhra Pradesh </B> </ A>
<p> Andhra Pradesh is one of the 29 states of India) Situated in the south-east of the country, it is the eighth-largest state in India) The largest city in Andhra Pradesh is Visakhapatnam. </p>
<A Name = KR> <B> Karnataka </B> </A>
<p> Karnataka is a state in the south western region of India) It was formed on 1 November 1956, with the passage of the States Reorganisation Act. Originally known as the State of Mysore, it was renamed Karnataka in 1973. The capital and largest city is Bangalore (Bengaluru). </p>
<A Name = KL> <B> Kerala </B> </A>
<p> Kerala is a state in South India on the Malabar Coast. It was formed on 1 November 1956 following the States Reorganisation Act by combining Malayalam-speaking regions. It is divided into 14 districts with the capital being Thiruvananthapuram.</p>
<A Name = TN> <B> Tamilnadu </B> </A> <p> Tamil Nadu literally ‘The Land of Tamils’ or ‘Tamil Country’ is one of the 29 states of India) Its capital and largest city is Chennai (formerly known as Madras). </p>
</body>
</html>

HTML Link colors:
A link will appear in all browsers by default as in the following colour:

  • An unvisited link is underlined and blue
  • A visited link is underlined and purple
  • An active link is underlined and red

External Link:
Establish link with an external web page in known as external linking. It is made possible by providing the URL of the external file in the HREF attribute of <A> tag of the current page.

An HTML code to demonstrate Linking with an external website/webpage:

<html>
<head>
<title> Links </title>
</head>
<body>
<h1 align=center>
Welcome to <br>
<A href = "http://www.tnscert.org">
State Council of Educational Research
and Training, Tamilnadu </A>
</h1>
</body>
</html>
shaalaa.com
HTML Table
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 11: HTML - Formatting text, Creating Tables, List and Links - Evaluation [पृष्ठ २६६]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 11 TN Board
अध्याय 11 HTML - Formatting text, Creating Tables, List and Links
Evaluation | Q 4. | पृष्ठ २६६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×