+
-
<table>spxem0width,
min-width,
max-widthheight,
min-height,
max-heightpadding
(one, two, four argument versions), padding-top,
padding-right,
padding-bottom,
padding-leftborder
(one, two, four argument versions), border-top-width,
border-right-width,
border-bottom-width,
border-left-widthmargin
(one, two, four argument versions), margin-top,
margin-right,
margin-bottom,
margin-leftauto 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.