Solved

Identify the Style That Specifies Bottom Padding for a Section

Question 23

Multiple Choice

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) ;
           }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions