answersLogoWhite

0

Which HTML tag does not use as an end tag?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which HTML tag does not use as an end tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you cancel HTML?

To cancel or end an &lt;html&gt; tag you simply type &lt;/html&gt;.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


The browser applies the feature until it encounters what tag?

An HTML end tag example the end tag to the &lt;header&gt; would be: &lt;/header&gt;


What HTML character symbolizes that the tag is a closing tag?

You are probably referring to the front slash. It, along with the less than sign and the greater than sign and the name of the tag, form an end tag, like this: &lt;/html&gt; The opening tag does not have the front slash, so it is the character that makes the difference.


What character is used to indicate an end tag in HTML?

The frontslash tag. For example, here it is used in the bold tag. &lt;b&gt;Bold text&lt;/b&gt;


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 a simple code that provides about HTML elements.?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What is a simple code that provides details about HTML elements?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you use blink tag in HTML?

Come on down!


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes