?Identify the style that specifies bottom padding for a section element.
A. ?section { : 3em; }
B. ?section { padding-bottom: 3em; }
C. ? { padding-bottom: 3em; }
D. ? { padding-bottom: (3em); }
Answer: B
Computer Science & Information Technology