In CSS, the ___________ property is used to specify the space between the content and the border of an element.
- border-radius
- border-spacing
- margin
- padding
The correct answer is 'padding.' Padding is used to create space between the content of an element and its border. It can be specified using different units such as pixels, percentages, or ems.
Loading...
Related Quiz
- What are the differences between UDP and TCP protocols in terms of reliability and speed?
- The Agile practice of breaking work into small, manageable increments is known as ___________.
- Secure Socket Layer (SSL) and its successor ________ are cryptographic protocols that provide communication security over a computer network.
- You're designing a social networking platform where users can have complex relationships with other users and entities. Which type of NoSQL database would you choose and why?
- Which function is used to output data to the console in JavaScript?