answersLogoWhite

0


Best Answer

The <body> tag starts it and </body> ends it.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which tag is used to define body part of HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the functin of the tr in HTML?

The &lt;tr&gt; tag in HTML functions to define a table row. It's part of a &lt;table&gt; tag's body, and is used to contain either table headers &lt;th&gt; or table cells &lt;td&gt;.


HTML for space symbol?

The HTML code used to define a blank space is &amp;nbsp; ...


Which tag is used to define frames in HTML?

&lt;frame&gt;


What are the characters of HTML used for?

The tags of HTML are used to define how the page looks like. The presentation with the looks is what tags are used for.


What are HTML style tags?

HTML style tag is used to define CSS in HTML. It is used to style the page according to the user demans.


What is a formatting language that marks text with a set of tags that define the structure and behavior of a Web document?

The body element indicates structure and content.


What is used to define the structure and layout of a web document?

HTML


What are hmtl codes?

HTML codes are nothing but HTML tags. These tags are used to define how a web page will look.


What are the alignments for Ptag in HTML?

&lt;p&gt; tag is used to define paragraph in HTML. It could be aligned anywhere in the page.


What are the two HTML syntaxes?

HTML is a markup language and it's syntax is well defined. It can be used as &lt;html&gt;&lt;body&gt;...&lt;/body&gt;&lt;/html&gt;


Which iframe attribute is used to define the restrictions to the frame content in HTML 5.0?

sandbox


What is use of frame in HTML?

A frame can be used for dividing page into segments. &lt;frame&gt; attribute can be used to define frames.