Html Telugu Tutorials || Part-12 || || TEXT LINKS || With Programs & Output || Extra Practical Output

Html Telugu Tutorials || Part-12 || || TEXT LINKS || With Programs & Output  || Extra Practical Output

Html Telugu Tutorials || Part-12 || || TEXT LINKS || With Programs & Output || Extra Practical Output

Links

Links are the most fundamental part of the world wide web.

HTML links are hyperlinks.

There are two different kinds of links 

  1. Image links
  2. Text links

Text link

A link is specified using HTML tag <a>.

This tag is called anchor tag and anything between the opening <a> tag and the closing </a> tag.

Specify the target in the <a href=” “>.

 

Syntax:-

<a href=”Document URL” … attributes-list>Link Text</a>

 

Text Link:-

Example:-

<html>

<body>

<a href=”http://www.google.com”>Google</a>

</body>

</html>

 

EXTRA PRACTICAL OUTPUT

durgaprasad

leave a comment

Create Account



Log In Your Account