Saturday 26 February 2022

HTML document for anchor (Hyperlink) tag

 ANCHOR TAG

Code :

<!doctype html>

<html>

    <head>

       <title>Anchor Tag</title>

    </head>

    <body>

       <h1>Anchor tag &#60a&#62:</h1>

       <p>A webpage can contain various links that take you directly to other pages and even specific parts of a given page. These links are known as hyperlinks.<br><br>

       Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases and images. Thus you can create hyperlinks 

using text or images available on a webpage.

       </p>

       <p><b>Example :</b></p>

       <p>Click below link to go to my blog,</p>

       <a href="https://icodebuzz.blogspot.com"><b>iCodeBuzz</b></a>

    </body>

</html>

Web View :


     

Come again Learn again !

< iCodeBuzz />

No comments:

Post a Comment