answersLogoWhite

0

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

13y ago

What else can I help you with?

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


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.


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 HTML tag is used to create a link through an image?

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


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.


Which program can be used to create the HTML?

notepad


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.


Href in HTML?

href is used in HTML to link from one website/webpage to another.