Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Expert Solution & Answer
Chapter 11, Problem 3RQ
Program Description Answer
The file extensions “.webm”, “.ogv”, and “.m4v” are comes under the “video files” type.
Hence, the correct answer is option “B”.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Based on your algorithm(User valida-
tion), write a program that does the same thing using
HTML, CSS, and JavaScript. Use the scoring guide
below:
Import CSS design using link tag. The
login page should be presentable.
Import JavaScript using script tag
Write JSON object in your JS file containing the
following account:
Username: john, Password: smith
Username: mary, Password: woods
Username: steve, Password: jobs
•The program should be able to count the num-
ber of login attempts. If it reaches the maximum
threshold of 3 incorrect credentials, it should dis-
able the login button. If the user was able to
login with correct credentials(username and its
corresponding password), use an alert to display
”successfully logged in!”.
The program should be able to determine what
goes wrong, for example, the ”user does not ex-
ist” only appears when the username does not
match to the accounts inside the JSON, and
”Incorrect password” if the username is correct…
Please help me with this question. I am having trouble understanding what to do. The HTML code is provided in one of the images below as well as the instructions. The client_side.js and the CSS code are provide below
Thank you
CLIENT;
var url = "http://localhost:3000/post";
var myID;
var guessWord;
function resetGame(){
var myName = prompt("What is your name?")
document.getElementById("mistakes").innerHTML = "Wrong Letters: "
// request server to start a new game!
$.post(url+'?data='+JSON.stringify({
'name':myName, //client's identity on the server
'action':'generateWord'}),
response);
}
function printGuess(){
//you write code here!
//1. Locate the HTML element with ID 'guessarea'
//2. Cycle through the 'guessWord' array and write
// each character to the 'guessarea' in turn
}
function makeGuess(){
//ask the server to validate the guess
$.post(…
Q 1. Create an OpenGL project, name it GLprojectl where you:
Define a 600x500 render (drawing) window
In the render window, define a coordinate system (-300, 300, -300, 300)
Draw the following points and the line segments between them, select a different color for
every pair of points and their line segment:
а. Р1-(-40, -140), Р2- (100,200)
b. P1=(10,270), P2= (200,0)
с. Р1- (20,10), Р2- (20,-200)
d. P13(0, 0), P2= (250,250)
Chapter 11 Solutions
Basics of Web Design: Html5 & Css3
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- this is related to php and html coding languages. basically i have 1 drop down list and two text boxes. once entries have been made into these , they are saved and can be viewed, however the saved entires for the drop down list and the 1st text box cannot be edited, howver the second text box can be. Can you give me an example of what this code moght look like. whats importnat to me is: why can i not edit the drop down list and the forst texr box? please provide code examples. To be clear: new entries are saved fine but I want to be able to edit the previously saved entry.arrow_forwardPlease write a program that interprets the BMI of a person based on a user’s weight and height. And please recreate the page. Use any javascript, css and html files necessary to replicate this. Based on the BMI level it should tell you on the FINDINGS section the following: If BMI is < 18.5 they are underweight If BMI > 18.5 but < 25 they have a normal weight If BMI > 25 but below 30 they are overweight If BMI > 30 but below 35 they are obese If BMI > 35 they are clinically obese.arrow_forwardMake a timer that has 2 minutes limit, the game starts when you click the timer button. When times up the cards can't be clicked. Make the cards be able to be flipped. Write a function for matching the cards, if htey match keep them with the right side up if don't flip them back. Do this in javascript.html and css codes <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="start.css"> <title></title> </head> <body> <div class="whole"> <div class="images"><img src="1.png"></div> <div class="images" ><img src="final.jpg"></div> <div class="images"><img src="2.png"></div> <div class="images"><img src="final.jpg"></div> <div class="images"><img src="final.jpg"></div> <div class="images"><img src="4.png"></div> <div class="images"><img src="final.jpg"></div> <div…arrow_forward
- As a PHP developer in Software industry, you are given a task to design a user registration page with user picture, write down code to impose restriction on image uploaded by user in signup form.1. Minimum two pictures must be uploaded for an account.2. Only .png or .jpg extensions is allowed.3. Image size should not be more than 5MB4. User Can set default image and that image should be displayed on login.arrow_forwardExplainationarrow_forwardOne of JavaScript’s most useful purposes is validating online forms. This means that, the data entered in the fields must be valid. For example, that no fields are blank and that the data is in the right format. As a web programmer, design a simple HTML form with three (3) fields; Name, Phone, and Email, create a database using a . Write a JavaScript code to validate the form before submission to the database.(share Code and screen shots)arrow_forward
- In java plsarrow_forwardDesign and implement a calculator using HTML, CSS (with Bootstrap) and JavaScript. The calculator will only run in the browser, and must not depend on any server side scripting (C#). Functional requirements: -A display that shows entry and results -Number buttons on the calculator -Supports resetting the calculator (C function) -Supports clearing the current entry (CE function) -Handles user errors (e.g. pressing "5++5" leads to "5+5", pressing "5+-5 leads to "5-5") -Supports using the result in the next calculation Each element of the calculator needs to be labeled with the following HTML id attribute: Display: display Each number button must have the following IDs: 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine' + button: 'plus' - button: 'minus' * button: 'multiply' / button: 'divide' = button: 'equals' C button: 'reset' CE button: 'clear' IDs are used to find buttons on the page, correctly labeling HTML elements with IDs is important for the tests to…arrow_forwardusing netbeans, create a java code that will form the image below. Run the code and screenschot it and its resultarrow_forward
- Do not reject the question is rightarrow_forwardProgramming II Lab 6 Task In this task, you should design and implement a program that uses youtube-dl to download youtube videos. • You can use SceneBuilder. • You must open a save dialog after the users click Download. • You should get the video name by parsing the link HTML. • If the link is not correct you should informe the user. • Optional (Bouns): Implement progress bar. by javafx Sample UI Untitled O X YouTube Downloader v.1 By: Your Full Name - Your UID Enter Youtube Link: https://www.youtube.com/watch?v=dQw4w9WgXcQ Downloading (Video Name) Download Reset Note: This is just a sample, please do something else XD.arrow_forwardIn this lab, you will use a timer to animate the movement of a heart image to the location where the mouse clicks, as shown below. In jacascript, please! The given web page shows a heart image. When the user clicks anywhere in the page, the startAnimation() function is called. startAnimation() determines where the user clicked and calls moveImage() with the clicked (x, y) coordinate. moveImage() moves the heart 1 pixel in the direction of the given (x, y) coordinates. Make the following JavaScript modifications using clearInterval() and setInterval() where appropriate: In startAnimation(), add an if statement that stops the timer with the ID timerId if timerId is not null. In startAnimation(), start a timer that calls moveImage(clickX, clickY) every 10 milliseconds. Save the timer ID in the timerId variable. Add an if statement in moveImage() that stops the timer with the ID timerId if (imgX, imgY) is equal to (centerX, centerY). Also set timerId to null. After the…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