answersLogoWhite

0

Who defines HTML standards?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

W3c define html standards for web.

Vimal Lad

vimallad21@Yahoo.com

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What body defines the standard for HTML?

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


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.


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


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 aacn defines?

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


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

802.11


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.


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


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.