answersLogoWhite

0

When was HTML formalized?

User Avatar

Anonymous

12y ago
Updated: 8/19/2019

An idea for it started in 1989, a first browser and set of tags for it in 1990. Over the the next few years it extended and different tags were added. HTML 2.0, the first standard version, did not come out until 1995.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

When was Formalized Music created?

Formalized Music was created in 1992.


Did formalized religion develop before growth of civilizations?

Formalized religion developed long before the growth of civilizations.


Can formalized code of ethics be substituted for laws?

no


What has the author Stephen C Kleene written?

Stephen C. Kleene has written: 'Formalized Recursive Functionals and Formalized Realizability (Memoirs; No. 1/89)'


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 <HTML> <title> </title> <head> </head> <body> </body> </HTML>


What was the ancient Egyptian name for their formalized written language?

hyroglyphics


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: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


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 <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


How do you cancel HTML?

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