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 7RQ
Program Plan Intro
Application
The API specifies how the software components interact with each other; some new APIs are listed below:
- Geolocation.
- Web storage.
- Offline web applications.
- Two-dimensional drawing.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Create an HTML file which has as many tags/elements as possible within its body.Then, a JavaScript is called within the body of the HTML file to change the style of at least three HTML elements by the click of a button.
You can test run it through your Browser console / w3schools.com
Evaluate the following statement: DOM is a limited interface which works only on JavaScript and HTML 4.0
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
- Create two prompts in JavaScript and ask the user what their name is and what their favorite color is. After the user fills out both of these prompts, write a string to the HTML page saying "My name is (inputted name) and my favorite color is (inputted color)"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_forwardPlease write HTML CODE to get the below output :Client side coding▪ Ajax▪ Javascript▪ HTML2. Server side codinga. CGIb. PHPc. Python3. Client & Server side▪ Opa▪ Dartarrow_forward
- 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(…arrow_forwardAs per our discussion in class in the past few days, students are expected to write a PHP code that reads any HTML page and return a list of HTML tags existing in that page. What you need to submit it an HTML file that you experiment with + PHP file that you run to show the tags.arrow_forwardWhat does HTML5's canvas element do, exactly?arrow_forward
- 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_forwardCreate a web page that contains three buttons and two images. To meet the requirements follow the instructions given below by writing JavaScript and jquery: • When user clicks the "Hide Images" button, both images should be vanished (jquery). • When user clicks the "Show Images" button, both images should be appeared again (jquery). • When user clicks the swap button, the height of both images should be swapped (JavaScript). Hide Images Show Images Swap Height| Hide Images Show Images Swap Heightarrow_forwardI need code for this. i have to made this exact web. It used javascript html.arrow_forward
- Build a html form with the following elements Find: a text box for the user to key in text he/she wants to find.• Replace: a text box for the user to key in the replacement text. If tharrow_forwardSemantic Distance is the distance between what people want to do and the meaning of an interface element. Select one: O True O Falsearrow_forwardI'm taking the Web Site Development class, and I have Visual Studio Code as the text editor. I'm starting to study HTML, and I'm just beginning to learn. I have done two cases, and the professor tells me that I have to resubmit the homework with a link to the page, which is stored on your 000webhost site. I don't understand how to do it; he wants the URL. Any help is appreciated, and thanks in advance. This homework is for Computer Science.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning