EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
6th Edition
ISBN: 9781337516358
Author: Carey
Publisher: CENGAGE LEARNING - CONSIGNMENT
Question
Book Icon
Chapter 8, Problem 18RA
Program Plan Intro

Toapply the scroll animation to the table within the marquee div element over a duration of 50 seconds using linear timing within infinite looping.

Blurred answer
Students have asked these similar questions
Head, Foot, Body Add a thead row group element containing two rows. In the first row, insert five thelements containing the text shown in the image in the Introduction section. The first heading cell should span two rows. In the second row, add four headings cells containing the prices of the plans shown in the image in the Introductionsection. Use a br element to display the price information on two separate lines. Add a tfoot row group element containing a single table row with a heading thelement displaying the text Summary . Add four data tdelements containing a description of each of the service plans. (Note: You can copy the summary text for each service plan from the mi_data.txt file.) Add a tbody row group element. In each row within the row group, add a th element containing the text shown in the image in the Introductionsection and four td elements containing the data values for each plan.
Help me complete this task.  In the style rules for the mobile viewport, below the main style rule, add a new style rule for the section element that sets the background-color to #183440, the color to #fff, top margin to 4%, and padding to 3%. Below the section style rule, create a new style rule for the article element that sets the top margin to 1% and padding to 2%. Below the article style rule, create a new style rule for the aside element that sets the background-color to rgba(24, 52, 64, 0.3), padding to 2%, top margin to 1%, color to #183440, and a box-shadow with values of 4px 4px 10px #183440.   My CSS /* CSS Reset */ body, header, nav, main, footer, h1, div, section, article, aside {     margin: 0;     padding: 0;     border: 0; } /* Style rule for body */ body {   background-color: #c8dbE3; } /* Style rules for mobile viewport */ /*style rule for section*/ section {     background-color: #183440;     color: #fff;     margin-top: 4%;     padding: 3%; } /*style rule for…
First I have to Nest an img element within the header element below the heading element. Use images/web-design.jpg for the value of the src attribute. Add an alt attribute with a value of computer with the text web design. Add a height attribute with a value of 326px and add a width attribute with a value of 450px. 2-  In the nav element, add a relative link to the text, Home, that links to index.html. Add a relative link to the text, Learn HTML, that links to html.html. Add a relative link to the text, Learn CSS, that links to css.html. Add a relative link to the text, Learn JavaScript, that links to js.html. 3-Insert two new blank lines after the starting main tag. Add a div element with an id attribute value of template. Close the div after the paragraph element with the content. 4-  Change the first paragraph element within the div with the template id to an h3 element Change the remaining paragraph elements within the div with the id template to list items…
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning