New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN: 9781305503922
Author: Patrick M. Carey
Publisher: Cengage Learning
Question
Book Icon
Chapter 8, Problem 9CP4

a)

Program Plan Intro

To create a style rule for the audio element to display the audio clip as a block in the rnt_audio.css file.

b)

Program Plan Intro

To create a style rule for the audio element to add a dark gray box shadow with the horizontal and vertical offset of 8 pixels and blur of 15 pixels in the rnt_audio.css file.

c)

Program Plan Intro

To create a style rule for the audio element to set the top and bottom margin to the 20 pixels and the left and right margin to the auto in the rnt_audio.css file.

d)

Program Plan Intro

To create a style rule for the audio element to set the width of the player to the 80% in the rnt_audio.css file.

Blurred answer
Students have asked these similar questions
Create a style rule for img elements within hovered figure elements that: Sets the width to 100% Applies the drop-shadow(offset-x offset-y blur-radius color) and grayscale(0) filter functions, Sets the drop shadow offset to 10 pixels in the horizontal and vertical directions and the blur radius to 20 pixels, Sets the color value to black, and Applies a transition to the change in the filter property over a 2-second interval.
1. The document must have a paragraph of at least 10 lines of text that describe you. This paragraph must be centered on the page and have space for 20 characters per line only. A light-gray image of yourself must be superimposed over the center of the text as a nested element. Modify this document to add four buttons labeled, respectively, Northwest, Northeast, Southwest, and Southeast. When they're pressed, the buttons must move your image to the specified corner of the text. Initially, your image must appear in the northwest (upper-left) corner of the text. (two files)2. Modify the document described in the previous exercise, using different file names, to make the buttons toggle their respective copies of your image on and off so that, at any time, the document may include none, one, two, three, or four copies of your image. The initial document should have no images shown. (two files)
create another div element with a width and height of 600 px. create a radial gradient with three colors. Start in the bottom left corner with the colors changing as they move along the gradient line to the right.