What is the benefit of styling an image with opacity? Using CSS3 syntax, what would be the code to set the "opacity" property at 50%.

What will be an ideal response?


1) By changing the opacity of an image, you can increase its contrast with other page elements or make it more closely match a site's design.


2)  The standard CSS3 syntax uses the "opacity" property with a decimal value from 0 (fully transparent) to 1 (fully opaque). To set 50% opacity, you could use the code: opacity: 0.5;

Computer Science & Information Technology

You might also like to view...

What is one item that must be included in a method's header if it can receive a parameter?

A. local parameter name B. global parameter name C. parameter's client D. return data structure

Computer Science & Information Technology

Pressing [Ctrl][;] will insert the current date in a Date field.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Basic payment options for e-commerce

What will be an ideal response?

Computer Science & Information Technology

While creating an Amazon RDS DB, your first task is to set up a DB ______ that controls what IP addresses or EC2 instances have access to your DB Instance.

A. Security Pool B. Secure Zone C. Security Token Pool D. Security Group

Computer Science & Information Technology