Saved Bookmarks
| 1. |
What is the use of padding property? Which HTML5 tag uses this property? |
|
Answer» Answer: The CSS padding properties are used to generate space around CONTENT. The padding clears an area around the content (INSIDE the border) of an ELEMENT. With CSS, you have FULL control over the padding. There are CSS properties for setting the padding for each side of an element (top, right, bottom, and left). |
|