Share:
Notifications
Clear all

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

[Solved] What Is HTML br Element?

1 Posts
1 Users
2 Reactions
336 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 br Element?

iii. How To Write "br" Element with "br 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 br Element Explained:

        - HTML br Element used to create a break from current content by creating a white space similar to p   element

      but with less white space in between both contents been separated in an HTML document.

- it is placed inside HTML body element

- It has a self-closing HTML tag

- It is a Block Element

How To Write "br" Element with "hr Tag" in HTML Explained:
   <h3>
    100% Free Web3 Programming From dProgrammingUniversity!
   </h3>
   <br>
    Web3 is taking over, as programmer, do not ignore. learn it asap!
   <br>
   <br>
Start Learning Free at removed link !

Share: