Basics of Web Design: HTML5 & CSS3 (3rd Edition)
3rd Edition
ISBN: 9780133970746
Author: Terry Felke-Morris, Terry Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 9, Problem 1FWD
Program Plan Intro
a.
Screenshot of the web page that is appealing
Screenshot of the web page that is unappealing
Program Plan:
- Open the HTML tag “<html>”.
- Open the body tag “<body>”.
- Open the form tag “<form>”.
- Type answer for the question URL of the website inside the form tag.
- Close the form tag “</form>”.
- Close the HTML tag “</html>”.
Program Plan Intro
b.
Program Plan:
- Open the HTML tag “<html>”.
- Open the body tag “<body>”.
- Open the form tag “<form>”.
- Type answer for the question does the web page uses any table inside the form tag.
- Close the form tag “</form>”.
- Close the HTML tag “</html>”.
Program Plan Intro
c.
Program Plan:
- Open the HTML tag “<html>”.
- Open the body tag “<body>”.
- Open the form tag “<form>”.
- Type answer for the question does web site uses CSS inside the form tag.
- Close the form tag “</form>”.
- Close the HTML tag “</html>”.
Program Plan Intro
d.
Program Plan:
- Open the HTML tag “<html>”.
- Open the body tag “<body>”.
- Open the form tag “<form>”.
- Type answer for the question does the web page is appealing or non-appealing inside the form tag.
- Close the form tag “</form>”.
- Close the HTML tag “</html>”.
Program Plan Intro
e.
Program Plan:
- Open the HTML tag “<html>”.
- Open the body tag “ <body>”.
- Open the form tag “<form>”.
- Type answer for the question what improvements should be given to the webpage if it is nonappealing, inside the form tag.
- Close the form tag “</form>”.
- Close the HTML tag “</html>”.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
create a reference page containing five references from the information given below. The style you will use is APA. Please note,that citations should be listed alphabetically by the author, you will list them in the order they are below.
1.A book you have enjoyed reading
2.A web article found on bloomberg.com(Links to an external site.)
3.A newspaper article (any article) found in a recent newspaper (online or hard copy). It can be any newspaper.
4. A video from ABC News Go
Create a web page that helps you study HTML tags used. Present the tags in three lists. The first list should be an unordered list. The second list should be an ordered list. The third list should be a description list. Each list should be labelled using a h1 tag. Here are the tags that should be included in each of the lists: html, head, title, body, h1, h2, a, p, div, style, link, script, and br.
html
Help with React
Try to open the same page in any other browser or incognito tab and you will see that the values didn't persist. Why weren't your answers available in the other browser/incognito tab?
==============================================================================
import React from "react";
import { Formik, Form, Field } from "formik";
import { useCookies } from "react-cookie";
const App = () => {
const [cookies, setCookie] = useCookies(["name"]);
const localStorageKey = "email";
return (
<Formik
initialValues={{
name: cookies.name || "",
email: localStorage.getItem(localStorageKey) || "",
}}
onSubmit={(values, { setSubmitting }) => {
setTimeout(() => {
setCookie("name", values.name, { path: "/" });
localStorage.setItem(localStorageKey, values.email);
alert(JSON.stringify(values, null, 2));
setSubmitting(false);
}, 400);
}}
>
{({…
Chapter 9 Solutions
Basics of Web Design: HTML5 & CSS3 (3rd Edition)
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
- Question1: create a: 1. View php page: This page should have an html table that displays the data from (users table) you created in Lab#7. 2. In the View php page you created, add two more columns in the view table, one allows editing of the row and one allows deleting the row.arrow_forwardgo to Circle of StoriesLinks to an external site. and read about some of the issues (biodiversity, language endangerment, and land issues) that Native Americans faced while establishing their settlements and villages. On this website, there is an additional link on the left side of the page, "Launch the Places Name MapLinks to an external site.". Once you have read the information on the main page and taken note of the important information (see the categories mentioned above), click on the map (linked to the title "Launch the Places Name Map" above). Using this map, explore the following areas: Virginia, Alabama, Kentucky, Mississippi, Colorado, Montana, Massachusetts, Ohio, and Illinois taking careful note of the significance of each location as stated on the map. Then, in a short paragraph response (five to six sentences), respond to the following question: How do these names reflect the characteristics of the land or landmark(s) in each state?arrow_forwardq4- Which tag is used to create a new heading cell in a table? Select one: a. <tr> b. <td> c. <table> d. <colspan> e. <th> Clear my choicearrow_forward
- Think about creating a self-driving cab using PAGE; the goal is the O a. Stop b. Get to your intended location On the other hand, speeding things up. No, thank you.arrow_forwardhtml or asparrow_forward1. Create a button grid. Write the HTML for a four-row, four-column grid with a generic button in each cell. That is, 16 buttons. This is a good strategy because we can build such a table quickly using Copy/Paste. 2. Delete two buttons. Two of the cells in the grid should be empty. Delete the buttons, but not the cells, leaving 14 buttons. 3. Insert text box. Replace the button of the last cell making it a text box, leaving 13 buttons as required. 4. Label the buttons. Pass through the grid and set the label for the button as needed. 5. Polish the interface. Check the interface and adjust the specification where it is necessary.arrow_forward
- q7- Which table tag used to create a new row in a table? Select one: a. <table> b. <rowspan> c. <td> d. <th> e. <tr>arrow_forwardTable rows are created by using which tag? Group of answer choices <tablerow> <row> <tr> <trow> this is for HTMLarrow_forwardPlease write php and html code just Thank youarrow_forward
- Please write php code just Thank youarrow_forwardOccasionally, designers will come up with designs that are tricky to implement. The Table below is an example of the latter. Your job is to code the HTML for the Table in span_table.html. Additionally, write a short paragraph explaining why using a Table element to implement the design below does not conform to best practice standards. Include this paragraph in span_table.html. 1 2 4 3arrow_forwardCreate a Web page that makes a list of your favorite movies and a list of your favorite actors. Make one list ordered (numbered) and one list unordered (bulleted). Title your Web page - John Doe's Movies Page but use your own name (this information goes in the title tag). Also include a paragraph describing one of your favorite movies and another paragraph describing one of your favorite actors. Include two heading levels - h1 and h2 somewhere on the page. Save your Web page as movies.html.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage