Share:
Notifications
Clear all

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

[Solved] What Is HTML headings Element?

1 Posts
1 Users
2 Reactions
352 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 headings Element?

iii. How To Write "headings" Element with "H1, H2, H3, H4, H5 and H6 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).

 

1 Answer
1
Topic starter

What Is HTML headings Element Explained:

- HTML Headings (H1, H2, H3, H4, H5 and H6) Element are used to indicate head title of an HTML document and comes in different sizes from biggest H1 to smallest H6.

     - it is placed inside HTML body element

     - It has both opening and closing HTML tags

     - It is a Block Element

- How To Write "headings" Element with "H1, H2, H3, H4, H5 and H6 tag" in HTML Explained:

      <h1> Learn Web3 Programming</h1>

      <h2> Learn Web3 Programming</h2>

      <h3> Learn Web3 Programming</h3>

      <h4> Learn Web3 Programming</h4>

      <h5> Learn Web3 Programming</h5>

      <h6> Learn Web3 Programming</h6>

Share: