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...
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.
You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.
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
HREF tag is used to create hyperlink. It send the control over to another document.
Horizontal separators are created by the HR tag. It creates a horizontal line after the element.
<button type="reset" />
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.
HTML itself can be used to create Hypertext. It can be created using the anchor tag which is shown by <a>.
Yes. <FORM> is the opening tag whereas </FORM> is the closing tag. This </TAG> to close tags is applicable for most tages. ex: <HTML> </HTML> <BODY> </BODY> etc...
Hyperlinks can be inserted in web pages with a small HTML code as exampled below. <a href="http://www.example.com/">Anchor Tag Text</a>
HREF tag is used to create hyperlink. It send the control over to another document.
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.