1) ....... media type is used for use with printed material and documents viewed onscreen in print preview mode.A. PrintB. ProjectionC. AuralD. Screen2) In CSS length measurement unit ....... defines a measurement in picas.A. piB. pcC. ptD. px3) In CSS length measurement unit ......defines a measurement in screen pixel.A. piB. pcC. ptD. px4) ........ defines a measurement relative to a font's x-height. The x-height is determined by the height of the font's lowercase letter x.A. cmB. emC. exD. hx5) Which of the following is the correct CSS code to set the background color of all h1, h2 and h3 elements to orange.A. h1.h2.h3{background-color:orange;}B. h1, h2, h3{background-color:orange;}C. h1 h2 h3{background-color:orange;}D. h1, h2, h3{set-background:orange;}6) The CSS selector E>F selects...