Solved

The CSS to Create the Class Called Myfloat That Floats

Question 7

Multiple Choice

The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:


A) .myfloat { float:right; margin:10px; border: 1px solid #000000; }
B) #myfloat { right:float: margin 10px; border: 1px solid #000000; }
C) .myfloat { float:right; 10px:margin; border: 1px solid #000000; }
D) .myfloat { float:right; margin:10px; border: on; }

Correct Answer:

verifed

Verified

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

Related Questions