Solved

Identify the Correct Format to Set the Size of a Page

Question 37

Multiple Choice

Identify the correct format to set the size of a page margin to 0.5 inches.


A) @page {
*Margin: 0.5in
}

B) @page {
*Margin: 0.5in ;
}

C) @page {
< Margin > : 0.5in ;
}
D) @page {
Margin : (0.5in) ;
}

Correct Answer:

verifed

Verified

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

Related Questions