answersLogoWhite

0

I think I understand what you are saying. The tag that is closed by </a> right?

That would be the <a href> code. It's simple. <a href="LINK OF SITE">whatever you want the link to say</a>

I hope this helped...

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the names of 3 tags for HTML and what do they do?

The paragraph tag, Text, is used to set off blocks of text as paragraphs.The anchor tag, Text, is used to create hyperlinks from a document to another resource.The canvas tag, creates an element that can be drawn on using JavaScript.


How do you use hyperlinks in frames in a HTML document?

You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.


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 does href tag do?

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


What is tag used to create horizontal separators?

Horizontal separators are created by the HR tag. It creates a horizontal line after the element.


What tag is used to create a reset button in a form?

&lt;button type="reset" /&gt;


What is the different between table tag and div tag in HTML?

The table tag is used to create a table, which is a type of block-level element. The div tag is used to create a generic block element. The main difference is that tables are best-suited for tabular data, and divs are best-suited to presentation of non-tabular data.


What languageis used to create hypertext?

HTML itself can be used to create Hypertext. It can be created using the anchor tag which is shown by &lt;a&gt;.


Is Slash is used to create a closing tag?

Yes. &lt;FORM&gt; is the opening tag whereas &lt;/FORM&gt; is the closing tag. This &lt;/TAG&gt; to close tags is applicable for most tages. ex: &lt;HTML&gt; &lt;/HTML&gt; &lt;BODY&gt; &lt;/BODY&gt; etc...


How do you put a link on a website?

Hyperlinks can be inserted in web pages with a small HTML code as exampled below. &lt;a href="http://www.example.com/"&gt;Anchor Tag Text&lt;/a&gt;


What does href do?

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


What is an anchor in a webpage?

The HTML anchor tag is a tag that looks like this: It's most often used to produce links using the href attribute, eghttp://wiki.answers.com">Example.com!The text inside the tag (or an image if you'd like) is what becomes "clickable." By default, underlined and blue in most browsers.