Earn While Learning Web3 Programming>> Start Here FREE!!!
EXERCISE:
i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions.
ii. What Is HTML Section Element?
iii. How To Write "section" Element with "section 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).
What Is HTML Section Element Explained.
- HTML Section Element is used to group and divide content to section in an HTML document.
- it is placed inside HTML body element
- It has both opening and closing HTML tags
- How To Write "section" Element with "section tag" in HTML Explained:
<section>
noscripts goes in-between here
</section>
HTML SECTION ELEMENT
It is placed inside HTML body element
It is used to group and divide content to sections in an HTML document.
It is a structural HTML element used to group together related elements.
It has both opening and closing tags
HOW TO WRITE HTML SECTION ELEMENT
<section>
noscripts goes in-between here
</section>