Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 11, Problem 3HOE
Program Plan Intro
Program Plan:
- Include the HTML tag using <html>.
- Include the header tag using <head>.
- Include the title of the web page using <title>, </title> tags.
- Close the header tag using </head>.
- Open the body of the web page using <body> tag.
- Include the <video> tag for display video on web page.
- Include the <source> tag for giving the file source name.
- Close the </video> tag.
- Include the <video> tag for display video on web page.
- Close the body using </body> tag.
- Close the file using </html> tag.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
b. Write HTML code to generate a web page in the format given below;
Consider the following while writing the HTML Code.
The title of the page should be "Hospitality Industry"
Background color of the page should be "silver", link color should be "Maroon" and
visited link color should be "red".
i.
ii.
iii.
Picture used in the page is the file "beach.jpg.
iv. Table should have border of width 2.
8. Write HTML code to draw a rectangle using Canvas and fill color in
gradient from red to pink from start to end.
create this html page
image link
1
https://e.edim.co/205361572/eujRNWUCr3WA0ols.jpeg?response-content-disposition=filename%3D%22northern1.jpeg%22%3B%20filename%2A%3DUTF-8%27%27northern1.jpeg&Expires=1641843606&Signature=snumoZLSpdrQV332zGwNtU9-zsGUmx~CDc5O3PLtV0KnM3qwi7hT68SO0guEKHSJ9i8CL5gu-1yw55gxWB4rpA2SxMr2f9mxpKR-Z7j9bEdUx2UZU95RBIQ5H8Pdv-oqSSVZ0Jr51IE6bC~UplnJzJK~BBLvLpRf5lY-op4KkybPIS2Y8kQ06fUWVZbMhMajYPLSn-4D2doXWHiKMEnapUjpmf5mpQjtTGCfeUryff8wnoZBZphKWVA8ltrh23Ap4VDkmgiQZx6E3Noxdr9k0V8OYIwMx76sm0mN0nwEff8Z61cZfFtoaL~5Ycy9jfnNqLDprTK4BYuzxlN04K8pFA__&Key-Pair-Id=APKAJMSU6JYPN6FG5PBQ
2…
Chapter 11 Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Ch. 11.3 - Prob. 1CPCh. 11.3 - Prob. 2CPCh. 11.3 - Prob. 3CPCh. 11.7 - Prob. 1CPCh. 11.7 - Prob. 2CPCh. 11.7 - Prob. 3CPCh. 11.11 - Prob. 1CPCh. 11.11 - Prob. 2CPCh. 11.11 - Prob. 3CPCh. 11 - Prob. 1MC
Ch. 11 - Prob. 2MCCh. 11 - Prob. 3MCCh. 11 - Prob. 4MCCh. 11 - Prob. 5MCCh. 11 - Prob. 6MCCh. 11 - Prob. 7MCCh. 11 - Prob. 8MCCh. 11 - A file that contains a Flash animation uses the...Ch. 11 - Prob. 10MCCh. 11 - Prob. 11FIBCh. 11 - Prob. 12FIBCh. 11 - Prob. 13FIBCh. 11 - When displaying a Java applet, the browser invokes...Ch. 11 - Prob. 15FIBCh. 11 - Prob. 16SACh. 11 - Prob. 17SACh. 11 - Prob. 1AYKCh. 11 - Prob. 2AYKCh. 11 - Prob. 3AYKCh. 11 - Prob. 1HOECh. 11 - Prob. 2HOECh. 11 - Prob. 3HOECh. 11 - Prob. 4HOECh. 11 - Prob. 5HOECh. 11 - Prob. 6HOECh. 11 - Prob. 7HOECh. 11 - Prob. 1WRCh. 11 - Prob. 2WRCh. 11 - Prob. 3WRCh. 11 - Prob. 4WRCh. 11 - Prob. 1FWDCh. 11 - Prob. 2FWD
Knowledge Booster
Similar questions
- Attach Code and output of following task. Output should be same as given in image. Write the HTML code to output the following using TABLE tag.arrow_forwardHTML&JAVASCRIPTarrow_forwardLab Exercise 1 Design a web page to and display the text “Welcome to Oman" using java script. Try the different methods of including javascript into a web page. Lab Exercise 2 Find the HTML element (with id="demo"), and changes the element content (innerHTML) to the current date and time value: Lab Exercise 3 Find the HTML element (with id="demo"), and changes the element content (innerHTML) to "Hello JavaScript": Lab Exercise 4 Design one HTML page with that will print the sum and product of two integer numbers with the help of javascript variables. Lab Exercise 5 Program to demonstrate the use of javascript Alert box. Lab Exercise 6 Program to demonstrate the use of javascript Confirm box. Lab Exercise 7 Program to demonstrate the use of javascript Prompt box.arrow_forward
- a programmer wants to have a video file on his website the video should start playing as soon as user opens a web page on which the video has been inserted the blank element will be used to process information to the video filearrow_forwardUse code HTML. Printarrow_forwardweb developmentarrow_forward
- Create a CSS stylesheet such that the provided HTML (autoloan.html) looks like the following webpage.arrow_forwardWrite the HTML code to output the following using TABLE tag. Do this task as at it given in the image with same style and formatarrow_forwardI would like for you to review this code and help me figure out why it isn't displaying the calculated temperatures when I test it. It seems to be an issue with the .js code. index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Convert Temperatures</title> <link rel="stylesheet" href="convert_temp.css"> </head> <body> <main> <h1>Convert temperatures</h1> <div> <input type="radio" name="conversion_type" id="to_celsius" checked>Fahrenheit to Celsius </div> <div> <input type="radio" name="conversion_type" id="to_fahrenheit">Celsius to Fahrenheit </div> <div> <label id="degree_label_1">Enter F degrees:</label> <input type="text" id="degrees_entered">…arrow_forward
- Construct an HTML page that contains a four-level nesting list. One item on each level. The first level shows the text “Question 3” and is unordered. The inner 3 levels will be ordered with lowercase letters. Use the three attached images as the content (list item) of each of the inner three levels of the list. Hello, I was hoping someone could help me by providing an example of code with the part about ordering with lowercase lettering, thank you.arrow_forwardprovide xml code not java code...arrow_forwardDifference between SVG and Canvas HTML element.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 LearningSystems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning