answersLogoWhite

0

Who defines HTML standards?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

W3c define html standards for web.

Vimal Lad

vimallad21@Yahoo.com

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who defines HTML standards?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What body defines the standard for HTML?

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


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 is the special formatting languages used to create webpages?

HTML, the HyperText Markup Language, defines web pages' content; CSS, Cascading Style Sheets, defines the web pages' presentation; and JavaScript, defines interactivity with the user, creating "Rich Internet Applications" (RIA).


How many HTML Lists?

Lists in HTML are of 2 types i.e. UL and OL. UL defines the unordered list whereas OL defines ordered list.


Which of the IEEE 802 network standards defines wireless ethernet Standards?

802.11


What aacn defines?

The AACN defines standards of professional nursing and its delivery in the public interest.


What is a list in HTML?

A list in HTML defines a collection of items. List can be ordered (OL) or Unordered (UL).


Who defines the HTML language and why do they do this?

Its called aljsknf it is good for your health


Who writes the standards and practices for HTML language?

The World Wide Web Consortium (W3C) is the one that writes standards and practices for the HTML language.


What is body tag in HTML?

A body tag defines the content of the web page. It defines what goes into the body of the page.


What do you mean by the HTML of a page should be W3C compliant?

W3C is the World Wide Web Consortium. It sets standards for the internet, including HTML. If a HTML page follows those standards then it is W3C compliant.


Can you provide coding of net?

An example of HTML, probably the most common web coding langue, would be this: <html> //This defines that it is an HTML document <head> //This defines the head of the document <title>Example Webpage</title> //This defines the title of the webpage </head> //This closes the head of the document <body> //This defines the body of the document, the main content Hello world! <br> //This defines a page break <b>I am bold text</b> //This makes the text bold </body> //This closes the body </html> //This closes the document This is just an example, there is alot more that can be done with HTML. A good resource to learn HTML, as well as CSS and PHP (two more very common codes for the web) would be w3schools.com