Horje
How to create HTML Text Links

HTML links are defined with the <a> tag:


How is to look HTML Link?

Following is example of HTML Text Link
<a href="https://www.w3schools.com">This is a link</a>

What is the work of HTML Text Link?

To move one page to another page, We use HTML Text Link. Even to go one Website to another Website, We use HTML Text Link

Full Example of HTML Text Link

Following is the best example of HTML Text Link Code.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>HTML Links</h2>
<p>HTML links are defined with the a tag:</p>

<a href="https://itupto">This is a link</a>

</body>
</html>

Output should be:

Full Example of HTML Text Link





Related Articles
How to create HTML Documents HTML Basic
How to create HTML <!DOCTYPE> Declaration HTML Basic
How to create HTML Headings HTML Basic
How to create HTML Paragraphs HTML Basic
How to create HTML Text Links HTML Basic
How to create HTML Image HTML Basic
How to View HTML Source HTML Basic

Single Articles
How is to look HTML Link?HTML Basic
What is the work of HTML Text Link?HTML Basic
Full Example of HTML Text LinkHTML Basic

Read Full:
HTML Basic
Category:
Web Tutorial
Sub Category:
HTML Basic
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
281


Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic_link

Share on: