answersLogoWhite

0


Best Answer

The name of the tag used to create a link in an HTML document is the anchor tag. The anchor tag takes the hrefattribute normally, and a pair of tags is used to surround the text or image you want the link to be activated by.

http://answers.com">Great HTML Help!

In this case, the text "Great HTML Help!" would be displayed to the user, and that text would be clickable. Clicking on that text would cause your browser to direct itself to http://answers.com.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command is used to create HTML link?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a database link?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is <a href="the_file_name_link.html">This is a link</a>


Why do you use HTML?

HTML is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites.


What is the HTML command used to insert and display images is the?


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Uses of HTML?

HTML is the language used to create web pages.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


What HTML tag is used to create a link through an image?

<a href="website URL here"><img src="image URL here"></a>


Which program can be used to create the HTML?

notepad


What language is used to create hypertext?

Hypertext Markup Language (HTML) is the language used to create hypertext, which forms the backbone of the World Wide Web. HTML uses tags to define the structure of webpages and link various elements together, enabling users to navigate through interconnected information easily.


What is HTML code?

AN HTML code is a code used to manipulate the web and tell it to do things.e.g when you are making a website you might want to add a link to an other website by saying