answersLogoWhite

0


Best Answer

The front slash is added to a tag, before the tagname, to indicate that it is a closing tag:

<html> is an opening tag.

</html> is a closing tag.

<title> is an opening tag.

</title> is a closing tag.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

In HTML a closing tag is what signifies the end of what your opening tag told the computer to do. In other words it cancels out the opening tag

for example <i> is an opening tag which makes all the text that comes after it it italicized, to stop the text from being italicized you use (a backslash is always used to show a closing tag) the closing tag, this will end the effects of the that was used before.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

You can say an HTML tag needs a closing tag. Most tags come in pairs, such as <p></p>, <b></b>, etc. However, some tags do not have a companion, such as <img>, <br>, and <hr>. You can add a closing tag to comply with HTML 5 standard like this: <img />, <br />, and <hr />.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML tags provide information to a browser about how to format content. The opening tag tells the browser to start or turn on a feature, while the closing tag tells the browser to stop the feature and return to default operation. An example is the tag set. This tells the browser to render the enclosed text in BOLD FORMAT.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

So the computer knows to stop applying certain styles, like <i>italics</i>.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML is a markup language having markup tags. A tag when opened needs to be closed too.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Closing tag are very important in HTML. It is because as one ends, other tag of same attribute can start.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

Forward slash

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which symbol is used for a closing tag in html?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. &lt;/BODY&gt; &lt;HTML&gt;


Which HTML codes do not require closing?

As far as I know, all HTML codes require a closing tag.


What additional symbol does a closing tag has as compared to the starting tag?

The closing tag's opening symbol (the less-than sign) is immediately followed by a slash (sometimes called a "forward slash" to distinguish it from back slash.)Here's the opening for a paragraph tag:And the closingAs you can see, the difference here is a slash. Also not that the slash is used at the ending of "empty elements" in any version of HTML when trying to comply with XML syntax. So, in XHTMLShould instead be writtenThis only effects XML compliant versions of HTML.


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use &lt;br/&gt;


What happens with tags that don't have a closing tag?

Tags that do not have a closing tag will probably not render. If it's somthing like the &lt;html&gt; tag or the &lt;body&gt; tag, the whole web page may not work.


What are reserved symbols in HTML?

There are various reserved symbols in HTML. &lt;,&gt; these are two reserved for the opening and closing tag.


Which HTML tags do you close out at the very end?

The very last tag should be the closing HTML tag. It would be done like this: &lt;/html&gt; Before that you would normally close the Body tag, like this: &lt;/body&gt;


What is the opening and closing tag for bold command in HTML?

&lt;b&gt;example&lt;/b&gt;


What are two-sided tags?

A two-sided tag is one that has an opening tag and a closing tag, such as &lt;a&gt; and &lt;/a&gt;. This is in contrast to other tags, like &lt;br&gt; and &lt;img&gt;, which do not need closing tags.


How do you make a HTML tag?

You type a less than sign, then the name of the tag and then a greater than symbol. There are lots of HTML tags, for different purposes. The tag that starts a page is this one: &lt;html&gt;


What is used to meta tag in HTML?

html