Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Body Element?

2 Posts
2 Users
3 Reactions
351 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions.

ii. What Is HTML Body Element?

iii. How To Write "body" Element with "body tag" in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

2 Answers
1
Topic starter

What Is HTML Body Element Explained ?

   - HTML Body Element is used to represent the content section of an HTML document that is usually                displayed in users browser.

 - it is placed inside HTML root element.

  - It has both opening and closing HTML tags'

  - How To Write "body" Element with "body tag" in HTML
    <body>
    Your code and content in-between here
    </body>

1

HTML BODY ELEMENT

It is placed inside HTML "root" element.

It has both opening and closing tags

It represents the main content of the HTML document

It contains informations

that are accessible for a user

 

How to write HTML body element

<body>......</body>

Share: