EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
6th Edition
ISBN: 9781337516358
Author: Carey
Publisher: CENGAGE LEARNING - CONSIGNMENT
expand_more
expand_more
format_list_bulleted
Question
Chapter 8.2, Problem 1QC
Program Plan Intro
To write the code to embed the videos named chapter1.mp4 or chapter1.webm into the webpage.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Write the HTML code that displays a video so that as many visitors as possible can access the multimedia content through their default browser.
Specify the following settings:
mute the sound;
show the controls;
specify an image to show until the user clicks the play button;
Display a text link to download the video if the browser doesn't support any of the video file formats.
Write the CSS code to make the video:
as tall as the browser window;
hide any scrollbars that might display because the video's width is wider than the browser window.
remove the body's default margin.
True/False
Changing the div CSS selector width to 30% makes the <div>resize when the browser width is resized.
Group of answer choices
TRUE OR FALSE
Write htmi code for the given image. Create a div having background-color = red. =
Chapter 8 Solutions
EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
Ch. 8.2 - Prob. 1QCCh. 8.2 - Prob. 5QCCh. 8.2 - Prob. 7QCCh. 8.2 - Prob. 8QCCh. 8 - Prob. 1RACh. 8 - Prob. 2RACh. 8 - Prob. 3RACh. 8 - Prob. 4RACh. 8 - Prob. 7RACh. 8 - Prob. 8RA
Ch. 8 - Prob. 9RACh. 8 - Prob. 10RACh. 8 - Prob. 11RACh. 8 - Prob. 12RACh. 8 - Prob. 13RACh. 8 - Prob. 14RACh. 8 - Prob. 15RACh. 8 - Prob. 16RACh. 8 - Prob. 17RACh. 8 - Prob. 18RACh. 8 - Prob. 19RACh. 8 - Prob. 2CP1Ch. 8 - Prob. 3CP1Ch. 8 - Prob. 4CP1Ch. 8 - Prob. 5CP1Ch. 8 - Prob. 6CP1Ch. 8 - Prob. 7CP1Ch. 8 - Prob. 8CP1Ch. 8 - Prob. 9CP1Ch. 8 - Prob. 11CP1Ch. 8 - Prob. 1CP2Ch. 8 - Prob. 2CP2Ch. 8 - Prob. 3CP2Ch. 8 - Prob. 4CP2Ch. 8 - Prob. 5CP2Ch. 8 - Prob. 6CP2Ch. 8 - Prob. 7CP2Ch. 8 - Prob. 8CP2Ch. 8 - Prob. 9CP2Ch. 8 - Prob. 10CP2Ch. 8 - Prob. 2CP3Ch. 8 - Prob. 3CP3Ch. 8 - Prob. 5CP3Ch. 8 - Prob. 6CP3Ch. 8 - Prob. 7CP3Ch. 8 - Prob. 8CP3Ch. 8 - Prob. 9CP3Ch. 8 - Prob. 10CP3Ch. 8 - Prob. 11CP3Ch. 8 - Prob. 12CP3Ch. 8 - Prob. 13CP3Ch. 8 - Prob. 14CP3Ch. 8 - Prob. 15CP3Ch. 8 - Prob. 16CP3Ch. 8 - Prob. 17CP3Ch. 8 - Prob. 18CP3Ch. 8 - Prob. 1CP4Ch. 8 - Prob. 2CP4Ch. 8 - Prob. 3CP4Ch. 8 - Prob. 4CP4Ch. 8 - Prob. 5CP4Ch. 8 - Prob. 6CP4Ch. 8 - Prob. 7CP4Ch. 8 - Prob. 9CP4Ch. 8 - Prob. 10CP4
Knowledge Booster
Similar questions
- web development: Create a full HTML page according to the following requirements: Set the web page background color to rgb(150,150,250). Add background image to the page; you can download image. Do not repeat the background image. Set the background image position to top right. Insert the largest heading with the text "Fun Park”. Set the heading background color to white. Add opacity value 0.6 to the heading.arrow_forwardWhich JavaScript expression references the first element in an HTML document that belongs to the “sideBar” class? a. document.getElementByClassName("sideBar")[0] b. document.getElementsByClassName("sideBar")[1] c. document.getElementByName("sideBar") d. document.getElementsByClassName("sideBar")[0]arrow_forwardWrite the HTML tags to achieve the following: Create a text link, which you can use to send email. Create text link to make your PDF, or DOC or ZIP files downloadable. Create a one-line text input field. Create a submit button for submitting form. Create Ordered Lists with 4 items by using Letters and starts with d.arrow_forward
- HTML/CSS: How to modify the visibility of the buttons? Make sure to show the full code with the screenshots of the output.arrow_forwardCreate a html page with title as lab10 1. The page load lab10 1.js as its JavaScript file. On the html page, include a Canvas with dimension of width: 806, height: 500. An input box to accept user's input. A button to start the game.arrow_forwardCreate a full HTML page according to the following requirements: Set the web page background color to rgb(150,150,250). Add background image to the page; you can download Muscat Festival logo as in the example or use any other image. Do not repeat the background image. Set the background image position to top right. Insert the largest heading with the text “Muscat Festival”. Set the heading background color to white. Add opacity value 0.6 to the heading.arrow_forward
- Create a full HTML page according to the following requirements: Set the web page background color to rgb(150,150,250). Add background image to the page; you can download Muscat Festival logo as in the example or use any other image. Do not repeat the background image. Set the background image position to top right. Insert the largest heading with the text “Muscat Festival”. Set the heading background color to white. Add opacity value 0.6 to the heading.arrow_forwardBelow are the codes and attached is the error. There is an error in the align property in style.css. Make sure to fix that error and show screenshots of the correct code and output. index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Summer School</h1> <ul class="content home"> <li><a href="/index.html">Summer School Info</a></li> <li><a href="/summerschool.html">Mainpage</a></li> </ul> </body> </html> summerschool.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">…arrow_forwardwritr a webpage using HTML5 and CSS to transition a circle to a rectangle. Container - before transition background is colourless; borderless; square shaped with 100px on each side; centered horizontally on the webpage Container - after transition background colour is set to #88ee55; border is set to size of 2px, colour of #008800 and solid; rectangular shaped with width of 100px and height of 20px; 1 px of spacing for padding on all four sides Circle - before transition background colour is set to 30% green, no red, no blue and is totally opaque; forground is colourless; borderless; diameter is 100px; the string "WEB322" is not visible in the cirle Circle - after transitioned into a rectangle foreground colour is set to #aaff22; height is set to 20px; width remains as 100px fromarrow_forward
- Create a folder called "Titan Sports Store". This will be your root folder. Add the folders specified (css, js, img, fonts, scss, common)in the previous article as subfolders in this folder. 1. Create the index.html file and add html to create the homepage of the sports store. Add at a minimal a title, description, and a footer on the page. 2. The owners have decided they want to place rotating banner adds on the homepage. Your task is to find a simple JavaScript file that rotates banners and display it on the homepage. Make sure you place your images in the img folder and your js script in the js folder.arrow_forwardCreate an app that provides the day of the week for any date a user enters and make it useable across all browsers. Steps: Download and unzip the Lab 7 file. In the index.html file: Enter your name and today’s date where indicated in the comment section in the document head. Add script tag to access script.js file In the script.js file: Add an onclick event handler for the addButton object. Within the event handler do the following: Use the push() method to add the value of the customerName object to the end of the customers array. Run the generateCustomerList() function to update the contents of the ordered list that appears on the web page. Change the text of the status paragraph to “customer added to the end of the queue” where customer is the value of the customerName object. Add an onclick event handler for the searchButton object. Within the event handler do the following: Use the indexOf() method to locate the index of the array item whose value equals the value of…arrow_forwardUsed to insert a blank space before and after the group of text. Used to insert a line break within the group of text. This tag is used when quoting a group of text coming from another source. The tag will indent the paragraph. This tag is used to display the web page author’s information such as the author’s name, email address, and the date when the page was last updated. This tag is used to display text in fixed-width font, where multiple space and tabs, and hard return can be inserted in between the text within the HTML document. It is used to center large block of text. It is used to apply boldface style to text. Answer : <b>…</b> It is used to add underline to text. Answer : <u>…</u> It is used to italicized the text. Answer: <i>…</i> It is used to set the font charactericstics of the text.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning