answersLogoWhite

0

Who formed HTML?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

Sir Tim Berners-Lee originally invented HTML. He borrowed the basic syntax from a pre-existing language used in the publishing industry: SGML.

Several years later, the browser manufacturers began to add their own tags and proprietary extensions to HTML. This caused a mess, as often web pages would have to be rewritten for every browser.

Eventually, the major players in the industry, along with Berners-Lee for the World Wide Web Consortium (W3C) which current over-sees the official version of HTML, XML, and dozens of other standards.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why hypertext is combine with HTML?

Hypertext is combined with HTML as it is formed by it. HTML could easily create a Hypertext.


Is there any reason to learn HTML before xhtml?

No, because they are essentially the same thing. HTML came before XHTML, and can be ill-formed but still acceptable. XHTML is just well formed HTML with the inclusion of a DTD at the very top.


How do tags appear HTML sources?

HTML source code shows the tags that are formed. It is because it is a markup language and all the coding is in tags.


What is well formed HTML document?

This is the basic (and correct) formatting of a simple HTML document:Then of course there are LOTS of other tags, but that's just the beginning format.


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>


How do you remove the lines formed by frames in HTML page?

Use the attribute Frameborder=0 or Frameborder=No. It can be used in the Frame, Frameset or Iframe tag. 1 or Yes will set it on.


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