answersLogoWhite

0

HTML is not a software application, it is a set of formatting rules. Many software programs can interpret HTML code and format documents based on HTML tags, such as <b></b> to tell a browser to show bold text.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Benefits of using HTML?

The main benefit of using HTML is its easy syntax. The tags are very powerful to use.


What are the benefits of a mp3 transmitter?

to find the answer to your question: What are the benefits of a mp3 transmitter? please see the following website: reviews.cnet.com/4520-6519_7-6308508-1.html


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


What are the benefits of saving a file in a text format?

That the text has no formatting, and so it's easier, for example, to copy on a html page


Differentiate HTML tag from an HTML documents?

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


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;


Benefits of the gi bill?

There are many benefits of the GI Bill. Of note is that an enlisted or veteran is eligable for up to $50k in benefits for college - books and tuition! Montgomery GI Bill Benefits | Soldier to College Student in 4 Steps Read more: http://www.articlesbase.com/college-and-university-articles/montgomery-gi-bill-benefits-soldier-to-college-student-in-4-steps-2673432.html#ixzz0rPlr3d6u


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 cancel HTML?

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


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