Answers for "there is padding and margin in html page"

CSS
-1

html padding

<h2 style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px">London</h2>
Posted by: Guest on October-22-2020
-1

html padding

<h2 style="padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px">London</h2>
Posted by: Guest on October-22-2020
1

what is padding in css

An element's padding area is the space between its content and its border. Note: Padding creates extra space within an element. In contrast, margin creates extra space around an element.
Posted by: Guest on May-25-2021
1

what is padding in css

An element's padding area is the space between its content and its border. Note: Padding creates extra space within an element. In contrast, margin creates extra space around an element.
Posted by: Guest on May-25-2021

Code answers related to "there is padding and margin in html page"

Browse Popular Code Answers by Language