answersLogoWhite

0


Best Answer

Correct syntax for creating a hyperlink in HTML is

<a href="the_file_name_link.html">This is a link</a>

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

To create hyperlinks in HTML, you use the anchor <a> tags.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is the HTML document used for making a hyperlink?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do you need to create hyperlink?

A hyperlink is a connection between one page of a hypertext document to another, they appear blue on the page, and are sometimes underlined, but the underline can be disabled with certain HTML. The need of Hyperlink is to it can be used as link to Web sites, to other existing documents, to a document that doesn't yet exist, to another place in the current document or to an e-mail message.


How hyperlinks used in HTML?

if you want to insert a hyperlink you write some code before and after the words you want to act as a link like: this is a link


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What is the name of the tag used to define a hyperlink in HTML?

The &lt;a&gt; tag can be used to create a hyperlink in HTML. Within the tag you can put many different attributes, such as href, onClick, onMouseover, and target. Ex: &lt;a href="http://www.google.com" target="_blank"&gt;Google&lt;/a&gt; Opens a new browser tab/window with the URL "http://www.google.com". Ex: &lt;a href="#" onMouseover="document.form1.textbox.value='Hello'&gt;Change Value&lt;/a&gt; Creates a link that when moused over changes document.form1.textbox's value to 'Hello'.


How do you make a program using HTML?

HTML is not used for making programs. It is used for making websites.


What does href do?

HREF tag is used to create hyperlink. It send the control over to another document.


What are the uses of HTML document?

An HTML document could be used to run on Browser. It could be put on server to make the world see it.


What does href tag do?

HREF tag is used to create hyperlink. It send the control over to another document.


Is a hyperlink a web address and vice versa?

A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.When you move the cursor over a link in a Web page, the arrow will turn into a little hand.Links are specified in HTML using the tag.The tag can be used in two ways:To create a link to another document, by using the href attributeTo create a bookmark inside a document, by using the name attribute


How is DOM used in JavaScript?

DOM stands for document Object Model that is used to get, change, add or delete HTML elements.


Is HTML the code used to display a document on the web?

yes