answersLogoWhite

0


Best Answer

The body element can contain from nothing to all of a web page's content. It follows the closing head tag and goes until the closing html tag. So, pretty much anything that doesn't specifically belong in the head tag will appear in the body element.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the HTML elements that appear in the BODY element?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Natural Sciences

How do you create periodic table using HTML?

You can use CSS to define elements and place those elements in a table configuration. The other option would be to create an HTML table. Fill the table cells with the data and leave cells blank to display the spaced on the table that do not include elements. You can see a periodic table HTML code by going to chemicool dot com and viewing the source.


Write JSP page use with java bean to convert Fahrenheit to Celsius and Celsius to Fahrenheit?

<html> <head> <title>Temperature Conversion</title> </head> <body> <h1>Temperature Conversion</h1> <p><%=request.getParameter("fahr") %> is <%= (Double.parseDouble(request.getParameter("fahr")) - 32) * 5 / 9 %> degrees celsius. </html>


How long does it take for mercury the sun?

This link answers a lot of questions about Mercury. It includes sources of exposure and how long it takes to leave the body. For general information: http://www.atsdr.cdc.gov/toxprofiles/phs46.html For specific toxicology: http://www.atsdr.cdc.gov/toxprofiles/tp46.html It appears that most Mercury from fish will leave your body over months, if exposure is stopped. However, some Methylmercury (the kind from fish) can be converted by your body to inorganic mercury. Inorganic mercury in your brain is reported not stay there a long time.


Why do stars like Alpha Centuri appear so dim?

They appear so dim because they are very far from us. They are several light years away from us. [url=http://www.articlesbase.com/health-articles/proactol-review-does-proactol-diet-pills-work-for-weight-loss-1707237.html]Proactol[/url]


What elements are in lotion?

Lotion is a mixture of chemical compounds. There is no chemical formula for a mixture, but if you look at the bottle, you will see a list of ingredients. Those are compounds that make up the lotion mixture.

Related questions

What is a simple code that provides about HTML elements.?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What is a simple code that provides details about HTML elements?

An HTML element is everything from the start tag to the end tag.An HTML element starts with a start tag / opening tagAn HTML element ends with an end tag / closing tagThe element content is everything between the start and the end tagSome HTML elements have empty contentEmpty elements are closed in the start tagMost HTML elements can have attributesSample CodeHello World


What are the different elements of HTML?

HTML has included a number of elements into it. Head, Body, HTML are some of the elements defined inside it.


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and <p> elements require a start and end tag to delimit the element's content. The <br> tag is an example of an empty element (there is no </br> tag). However, an empty element can also be closed by the start tag, such that <br /> is acceptable (<br /> is a requirement of XHTML but not HTML).


What is a basic structure of HTML?

A HTML file has the below structure <HTML> <HEAD> <TITLE> Title of the Web page <TITLE> Header of the Web page </HEAD> <BODY> Body of the Web Page </BODY> </HTML> The file has a .HTML extension and can be viewed in any web browser like IE or chrome or Mozilla


What are the building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What are the basic building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What are container elements in HTML?

A container element contains other elements or text. They contain structures within HTML, like the head, the body, a form, a table etc. While these can be regarded as container elements, sometimes just DIV and SPAN are called container elements, so there are different perspectives on this.


What is the minimum amount of tags for a valid HTML page?

Every HTML and XHTML page must have at least 4 elements to be considered valid by the W3C. Those elements are HTML, HEAD, BODY, and the HEAD child TITLE. Furthermore, the standards define that the there must be one and only one of both the HEAD and BODY tags, and that they must be the direct children of the HTML element. They also must come in that order (HEAD, then BODY.)


What are the basic elements of HTML document?

HTML head title /title meta style /style /head body /body /HTML


What is the basic structure of an HTML?

The basic structure of HTML includes tags, attributes and elements. According to the W3C, all X/HTML documents must contain:A doctype declaration, to tell the browser what version of HTML is being used.An HTML element, which will contain all other elements. HEAD and BODY are the legal children for the HTML element.A HEAD element, used to hold meta data. There must be one and only one HEAD element, and it must be the first child of the HTML element.A TITLE element, which is a child of the HEAD element, and describes the content of the page for browsers and search engines.A BODY element, which holds all the page data. There must be one and only one BODY element, and it must be the second child of the HTML element.Give below is an example of the most basic HTML 5 document structure:A Basic HTML 5 PageWelcome to Answers.comGiven below is the example of the basic structure of an XHTML document (this language is in the process of being replaced by HTML 5):Page Title for Browser and Search EnginesWelcome to Answers.com


BASIC element of dynamic HTML?

Dynamic HTML is a combination of HTML tags and interactive web pages. Its basic elements include: an object-oriented view of web elements, cascading style sheets and dynamic fonts.