answersLogoWhite

0

How was HTML discovered?

User Avatar

Anonymous

8y ago
Updated: 8/21/2019

It it wasn't discovered, but invented. Something that is discovered all ready exists. It was invented in 1990 by Berners-Lee.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Who is discovered of HTML?

HTML was not discovered, it was developed by Tim Berners-Lee.


Which person discovered HTML?

No one discovered HTML. Follow the link below to the wikipedia page.


Who discover HTML?

No one "discovered" HTML. It was a natural outgrowth of existing markup languages. In particular, HTML has a lot in common with SGML, and anyone who already knew SGML (which was a lot of people in the academic community) could pick up the few additional things they needed to know for early versions of HTML pretty quickly.


What element can only be discovered in the head section of an HTML document?

The title.


Where does HTML start?

It was invented by a man called Tim Berners Lee, in order to enable sharing of documents on a network and to be able to format them. It was created in 1991 and 1992, and has had continual development since then.


What is a htmlpsymegen?

HTML/Psyme.Gen It is a TrojanDetected (discovered) 18/07/2007 The "Psyme" class of HTML and script malware is very varied in shape and form. The user should expect automatic downloading and execution of this malware. This malware is dangerous and should be handled with care.


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

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