Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 11, Problem 2HOE
Program Plan Intro
Web page creation to play the audio
Program plan:
- Include the HTML tag “<HTML>”.
- Include the title on the webpage using “<title>” tag.
- Open the body of the web page using “<body>” tag.
- Create an audio file using audio tag “<audio>” to play the audio in web page.
- Close the audio using “</audio>” tag.
- 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
When web pages are uploaded, a "MIME" header is included to help identify them from email messages. What's the purpose of this?
using html css js
In JavaScript create a program with the following parameters:
Create an HTML page leaving the space between the <body> and </body> tags open.
In the Title type a descriptive name
Between the <body> and </body> tags add the <script> and </script> tags.
Create a variable named myheading and give it this value: This is My Web Page!
Create a variable named linktag and give it this value: SMC website and with a link to this text.
Create a variable named Introtext and give it this value: See below for odd numbers stars.
Create a variable named begineffect and give it the value: <strong>.
Create a variable named endeffect and give it the value </strong>.
Create a variable named beginpara and give it the value <p>.
Create a variable named endpara and give it the value </p>.
Place all of the variable definitions into a single var statement so that you do not need to keep repeating the var keyword remember to end the last line…
Chapter 11 Solutions
Basics of Web Design: Html5 & Css3
Knowledge Booster
Similar questions
- Write the code necesary in javascript to create a webpage that contains a contact form like the one in the attatched picture. To create and style this form, copy the following HTML and CSS code exactly as follows: HTML: <form><label for="myName">Name:</label> <input type="text" name="myName" id="myName"> <label for="myEmail">E-mail:</label> <input type="text" name="myEmail" id="myEmail"› <label for="myComments">Comments:</label> <textarea name="myComments" id="myComments" rows="2" cols="20"></textarea> <input id="mySubmit" type="submit" value="Submit"› </form> CSS: form { background-color:#eaeaea; font-family: Arial, sans-serif; padding: lOpx; } label { float: left;width: 100px;clear: left; text-align: right; padding-right: lOpx;margin-top: lOpx; }input, textarea { margin-top: lOpx;display: block; }#mySubmit { margin-left: 110px; }arrow_forwardA file called "Index.html" is noteworthy for a variety of reasons.arrow_forwardMost web browsers have a command to “view the source” of a web page. Load the page http://horstmann.com into your browser and view the source. What is the “language” used for formatting the source? What images, links, bullets, and input elements can you find?arrow_forward
- HereWrite the code necesary in javascript to create a webpage that contains a contact form like the one in the attatched picture. To create and style this form, copy the following HTML and CSS code exactly as follows: HTML: <form><label for="myName">Name:</label><input type="text" name="myName" id="myName"><label for="myEmail">E-mail:</label><input type="text" name="myEmail" id="myEmail"›<label for="myComments">Comments:</label><textarea name="myComments" id="myComments" rows="2" cols="20"></textarea><input id="mySubmit" type="submit" value="Submit"›</form> CSS: form { background-color:#eaeaea;font-family: Arial, sans-serif;padding: lOpx; }label { float: left;width: 100px;clear: left;text-align: right;padding-right: lOpx;margin-top: lOpx; }input, textarea { margin-top: lOpx;display: block; }#mySubmit { margin-left: 110px; }.arrow_forwardJavaScript all design notvsame as web page remember that. Allala Write the code necesary in javascript to create a webpage that contains a contact form like the one in the attatched picture. To create and style this form, copy the following HTML and CSS code exactly as follows: HTML: <form><label for="myName">Name:</label><input type="text" name="myName" id="myName"><label for="myEmail">E-mail:</label><input type="text" name="myEmail" id="myEmail"›<label for="myComments">Comments:</label><textarea name="myComments" id="myComments" rows="2" cols="20"></textarea><input id="mySubmit" type="submit" value="Submit"›</form> CSS: form { background-color:#eaeaea;font-family: Arial, sans-serif;padding: lOpx; }label { float: left;width: 100px;clear: left;text-align: right;padding-right: lOpx;margin-top: lOpx; }input, textarea { margin-top: lOpx;display: block; }#mySubmit { margin-left: 110px; }.arrow_forwardWhen naming your web page, the file name extension that should be used is... O.htm O.html you can use .htm and .html interchangeably. either .htm or .html is fine but you should stick to one.arrow_forward
- Write a a few lines of javascript code that can detect if a iframe is being clicked and when it is clicked then it redirects user to another website like www.youtube.com/examplearrow_forwardCreate an HTML file using a text editor (e.g., Notepad) in which a video file plays automatically and loops. Your submission should include the following additional components: Title Header Paragraph Provide a short explanation of the purpose of the video file being played Please be sure to submit all required documents in a zip file.arrow_forwardCreate a script using HTML that will scan through a website based on a given link and find every link embedded within that site. For each link it finds, it should print that link out onto a list. Assume the HTML for the web page where the user enters the link already exists and only submit the PHP for finding the links.arrow_forward
- Please write php and html code just Use RegEx Thank youarrow_forwardWrite a JavaScript program that takes two numbers as input and displays their sum. 1. You should copy and paste your script as an answer to this question. DON'T take screenshots of your script. It must be an editable script. 2. Take a screenshot of your output web page and paste it as a part of your answer. Sample output: First Number: 12 Second Number: 16 Add Them Sum = 28arrow_forwardWrite the servlet program with html form to find out the average marks of the student. Take 5 subject marks and calculate the average by using NetBeand IDE with screenshots.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education