answersLogoWhite

0

Very powerful - every page you see in your browser is made up from content surrounded by HTML tags. Even server-based languages (PHP, Perl, etc.) still have to use HTML to return content to the user in a readable form.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How many controls in HTML?

There are a number of controls in HTML. These controls are due to the tags that are present in the HTML.


Benefits of using HTML?

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


What is the HTML code for music?

The HTML code for music is <audio>. This tag is only present in HTML 5 and helps to embed music into the page.


What is the current state of HTML?

The current state of HTML is 5 at present. It is at it's most stable and advanced form.


What is a web design software that generates HTML tags?

HTML tags are not generated with software. They are present when the browser recognizes them.


What is a powerful irritant present in smog is?

Powerful eye irrititant present in SMoke + Fog is:- Peroxyacetyl Nitrate. Cheers !


What is the HTML code needed for a website that displays Hello World?

No code is needed. If you wanted to, you could just make a blank HTML page and write "Hello world" on it with out any HTML code. Tumudracs improved answer: If you want to be a true HTML coder here is the code: <HTML> <head> <title> Hello World </title> </head> <body> Hello World </body> </HTML> If you wanna get technical, it would be <! DOCTYPE HTML PUBLIC "-//W3C DTD HTML 4.01//EN" "http://www.w3c.org/TR/html14/strict.dtd"> <HTML> <head> <meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-1"> <title>Hello World</title> </head> <body> <p> Hello World </p> </body> </HTML>


How do you read an HTML file?

HTML is Hypertext Markup Language - it is the language used to present the content of web page. hypertext is the link between documents.


What is the difference between HTTP and HTML?

HTML is a description "language" for how to present information that passes via http, HTML stands for Hyper Text Markup Language and has multiple "versions" that change as our use of the world wide web changes. Hyper Text Transfer Protocol, http, is a computer protocol or set of procedures, describing how computers may pass information in an orderly fashion. The great thing about http is it is not just related to one single protocol but is built to deal with a conglomeration of many protocols allowing different things to be handled easily in one well known package. Http says how to pass the info, HTML says how to organize the raw data and present it at the other side. HTML is one of many markup languages (SGML, XHTML, DHTML...) but is the most used as it was the one chose to present info over the world wide web.


Who sets the stardard of HTML uniformity?

HTML standards are set by the World Wide Web Consortium. They've been setting standards for all versions of HTML since HTML 3.2.


What body defines the standard for HTML?

The standards for HTML are defined by the World-wide Web Consortium, or W3C.


Who introduced different versions of HTML?

The World Wide Web Consortium is now responsible for HTML and its different versions.