answersLogoWhite

0

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

15y ago

What else can I help you with?

Continue Learning about Engineering

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


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 is DOM used in JavaScript?

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


How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


What html tag are used to create hyperlink?

The anchor tag is the proper tag (actually, the only tag) to use to create a hyperlink. The tag looks like this.The link textYou can also include images in the link, and a few other HTML elements. The href parameter mean "hypertext reference" and has to contain the address of the file you want to link to. You can link to any file, although URLs for HTML files are the most commonly used.The anchor tag can also be used to create "jump links" within a given page. To do that, you'd assign the anchor tag an ID, and then use another anchor tag to point at #ID. For instance:Then elsewhere in the same document:Jump to the TargetYou can also jump to that specifc part of a page from another page by appending the #ID bit to the end of the URL.

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


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'.


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


How do you make a program using HTML?

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


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


What does href tag do?

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


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