answersLogoWhite

0

What body defines the standard for HTML?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What body defines the standard for HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 is the effect of body in HTML?

The <body></body> tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. <html> <head> <title>Title</title> </head> <body> Stuff goes here... </body> </html>


What is the effect in the body?

The <body></body> tag defines the body of an HTML document. Here is the minimum format needed for a basic HTML page. <html> <head> <title>Title</title> </head> <body> Stuff goes here... </body> </html>


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


Why you use body tag?

You need to use a <body> tag because it defines the main body section of an HTML document. Here are the minimum tags required to create a web page: <html> <head><title>My Page</title></head> <body> Hello World! </body> </html>


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.


What is the purpose of BCP 47?

BCP 47 is a standard that defines subtags used to identify different languages used in HTML and XML.


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


What is the effect of body tag in HTML?

The BODY tag in HTML defines the portion of the HTML document in which the actual content of the page will be. For instance, images, text, links, Flash and everything else that renders when the browser loads the page is defined within the BODY tag. Compare this to its sibling tag, HEAD, which contains metadata that describes the data within the BODY.


html?

HTML (Hypertext Markup Language) is the standard language used to create the structure and content of web pages. It defines the various elements on a page such as headings, paragraphs, images, links, forms, and more. HTML provides the foundational structure for displaying content in a web browser.


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 defines HTML standards?

W3c define html standards for web. Vimal Lad vimallad21@yahoo.com