I am inside the red border.Red border is of body element-2px solid red
This is paragraph element with a border of 2px
- This is first li element inside ul element with the border and default display type block. The green border is of ul element;
- second li element
- The third li element
- This is first li element inside ul element with the border and display type flex without padding, The green border is of ul element
- second li element with padding
- The third li element with paddings
- This is first li element inside ul element with the border and display type inline-flex without padding, The green border is of ul element
- second li element with padding
- The third li element with paddings
This is paragraph element with strong element and a border of 2px
This is paragraph element with strong element set to block property and a border of 2px
Let's continue our learning
It is always better to learn by doing, so why delay? Start typing
Now h4 element is styled with the property; display:inline; this is first h4
this is second h4
this is third h4
Now h4 element is styled with the property; display:inline-flex; this is first h4
this is second h4
this is third h4