About Lesson
Block Level Elements
Block level element हमेशा new line से शुरू होता है और full width को use करता है।
Example:-
- <h1> ……..<h6>
- <p>
- <table>
- <div>
- <list>
- <footer>
- <section>
Block Level Elements
Block level element always starts on new line and uses full width.
Example:-
- <h1> ……..<h6>
- <p>
- <table>
- <div>
- <list>
- <footer>
- <section>