Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
bartleby

Concept explainers

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

Program Plan:

  • Include the HTML tag using <HTML>.
    • Include the header tag using <head>.
      • Include the title on the webpage using <title> tag.
    • Include a hyperlink to the named fragment designated by “top”.
    • Close the header tag.
    • Include an internal CSS file using the style tag.
      • Include Alignment For Body Tag.
      • Include Alignment for CSS Container.
      • Include alignment for holder tag.
      • Include alignment for footer tag.
    • Include the body using the <body> tag.
      • List two resources on websites that host remotely free scripts.
      • Create a form having all elements for a user to register.
      • Include an e-mail link attachment.
    • Include a heading using the <h1> tag.
    • Include a paragraph using the <p> tag.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Assignment 2 - Remember meAs you learned in the topic of Session and Cookies.Create a simple web application with 3 pages:1- login2- logout3- contentWe the user login, the app redirect the user to "content" page, andsave the login status or information in the cookies.If the user close the app, and open it; the app not open the login; Itconvert the user directly to "content" page, because the login status orinformation saved in the cookies.If the user logout, he cannot open "content" page directly.Important Note: use session for login, and cookies for remember thelogin.Any two copies are gotten Big ZeroUpload your assignment as compressed file whose name formatted asstudentID_sectionNo.rar
A. It is considered best practice to confine cookies to those folders and subfolders on the web server where they are needed because this ensures that all cookies within a website must have unique names. Select one: True False   B. What is the difference between session cookies and persistent cookies? a. Persistent cookies are more appropriate for saving a display option that should be reset to the default the next time that user visits the page. b. Session cookies are more appropriate for helping customers retrieve their purchase history from an e-commerce site. c. Session cookies are maintained in storage over multiple browser sessions. d. Persistent cookies are available beyond the current browser session.
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
Microsoft Windows 10 Comprehensive 2019
Computer Science
ISBN:9780357392607
Author:FREUND
Publisher:Cengage