When using the padding property; are you allowed to use negative values?
The padding property cannot accept negative values. The innermost portion of the box model is defined by CSS padding property, creating space around an element's content, inside of any defined margins and/or borders. Padding values are set using lengths or percentages.
Which property is used to change the left margin of an element?
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
How do you make the text bold?
Which property is used to change the font of an element?
How do you make each word in a text start with a capital letter?