answersLogoWhite

0

How do you cancel HTML?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

To cancel or end an <html> tag you simply type </html>.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the future tense of cancel?

The future tense of cancel is will cancel.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do i cancel this program?

That depends entirely on what you wish to cancel.


How do you prepare an HTML?

The basic HTML base to a HTML website is &lt;HTML&gt; &lt;title&gt; &lt;/title&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/HTML&gt;


How do you cancel membership on pixiehollow?

If you wanna cancel it you can enter to Account Manager. And cancel it.


How do i cancel this?

How do I cancel my membership


How do I cancel service ?

How do I cancel service


How do you cancel your TRACFONE service?

I want to cancel my tracfone service


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: &lt;html&gt; &lt;?php // php stuff ?&gt; &lt;/html&gt; Or you can do it like this: &lt;?php echo "&lt;html&gt;"; // php stuff echo "&lt;/html&gt;"; ?&gt;


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg &lt;HTML&gt; &lt;body&gt; This is my HTML page &lt;/body&gt; &lt;/HTML&gt; will simply show "This is my HTML page" on your web browser hope i helped