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

a

Computer Science & Information Technology

You might also like to view...

A user reports that the battery in his Windows 7 laptop is often low on power. Which of the following should you recommend to help the user conserve laptop battery power?

a. Configure the laptop power option to power saver plan b. Configure the laptop power options to restore power usage when the laptop is unattended c. Have the user run the laptop using the battery until all the power is depleted and then recharge the battery d. Have the user remove the battery and run the note-book using the electrical cord only

Computer Science & Information Technology

Assume permissions on a file allow you to write to the file but not to delete it.

a. Give a command to empty the file without invoking an editor. b. Explain how you might have permission to modify a file that you cannot delete.

Computer Science & Information Technology