HTML Hyperlink

Hyperlink

A hyperlink is a word, phrase, or image that you can click on to jump to a new document or a new section within the current document.

Hyperlinks are found in nearly all Web pages. A web page 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.

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 web page.

<a> is called anchor tag. The HTML <a> tag defines a hyperlink.

Syntax

<a href="url or path" > your link text </a>

Try in editor

The HTML target Attribute

_self : It is default. Opens the document in the same window/tab when it is clicked.

_blank - Opens the document in a new window or tab. For example If you clicked 5 time then it open 5 new window.

_parent - Opens the document in the parent frame

_top - Opens the document in the full body of the window

new - Opens the document in a new window or tab. For example if you clicked 5 time then it open only 1 time new window.

Try in editor

The HTML image link

Try in editor

About Us

Comsysapp.com is an educational website. Students and software developers can learn programming language tutorials. Comsysapp is very useful for beginners and professional developers. Comsysapp provides tutorial in easy language. Comsysapp.com has focus on simplicity.

Services

Comsysapp.com provides free tutorials like c, html, css, etc. All tutorials are free for beginner and professionals.


Terms of Use

comsysapp.com is not responsible for any mistake. We are not responsible if information made available on our website is incomplete or invalid. But comsysapp.com always try for zero-zero mistake.

Privacy policy

comsysapp.com does not collect any data from users. We use Google AdSense advertising on our website. We never ask personal or private information.


Sitemap

sitemap

copyright © 2023