Basics of Web Design: HTML5 & CSS3 (3rd Edition)
Basics of Web Design: HTML5 & CSS3 (3rd Edition)
3rd Edition
ISBN: 9780133970746
Author: Terry Felke-Morris, Terry Morris
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 9, Problem 1FWD
Program Plan Intro

a.

Screenshot of the web page that is appealing

Basics of Web Design: HTML5 & CSS3 (3rd Edition), Chapter 9, Problem 1FWD , additional homework tip  1

Screenshot of the web page that is unappealing

Basics of Web Design: HTML5 & CSS3 (3rd Edition), Chapter 9, Problem 1FWD , additional homework tip  2

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>”.

Blurred answer
Students 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);       }}     >       {({…
Knowledge Booster
Background pattern image
Computer Science
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
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage