+
-
<table>
spx
em
0
width
,
min-width
,
max-width
height
,
min-height
,
max-height
padding
(one, two, four argument versions), padding-top
,
padding-right
,
padding-bottom
,
padding-left
border
(one, two, four argument versions), border-top-width
,
border-right-width
,
border-bottom-width
,
border-left-width
margin
(one, two, four argument versions), margin-top
,
margin-right
,
margin-bottom
,
margin-left
auto
toggle
auto
to 100%
Consider this CSS:
p#motto { margin: 10px; border-width: 1px 2px; padding: 3px 4px 5px 6px; width: 20px; background-color: #FF00AA; color: rgb(10, 128, 255); }
What is the total width of a paragaph with id
motto
? What is the total height of this same
paragraph?
© 2007 Calvin College and Jeremy D.
Frens.
This work is licensed under a Creative
Commons Attribution-Noncommercial-Share Alike 3.0 United States
License.