Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
9th Edition
ISBN: 9780134801148
Author: Terry Felke-Morris
Publisher: PEARSON
Question
Book Icon
Chapter 8, Problem 1FWD
Program Plan Intro

Visit the websites “amazon.com” and “Alibaba.com” and take the screenshot of both as said in the question.

Screenshot of “Amazon.com”

Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science), Chapter 8, Problem 1FWD , additional homework tip  1

Screenshot of “Alibaba.com”

Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science), Chapter 8, Problem 1FWD , additional homework tip  2

Now, a web page has to be created in order to answer the given questions. Program plan for creating a web page is given below.

Program Plan:

  • Include the HTML tag using <HTML>.
    • Include the header tag using <head>.
      • Include the title on the webpage using <title> tag.
      • Provide background color and font using the <style> tag.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Include the Table tag using <table> and align the table to the center.
        • Type the heading “Websites” within the header tags “<th>” and “</th>”.
        • Open the table row tag “<tr>”.
          • Give table headings as “Amazon website”, and “Alibaba website” using <th> tag.
        • Close the table row tag “</tr>”.
        • Open the table row tag “<tr>”.
          • Provide the answers for the questions.
        • Close the table row tag “</tr>”.
      • Close the table tag </table> tag.
    • Close the body using </body> tag.
  • Close the file using </html> tag.
  • Finally save the file as “fwd.html”.

Blurred answer
Students have asked these 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.
language: HTML   Create a responsive webpage for food items. there are three requirements 1: when the user hovers over the item name ('item 1') the details of the item should be displayed. the text should return back to the original (aka from the food description to the food name ) after the mouse pointer moves away   2. When the user clicks 'add to cart' for an item, the 'cart total' is updated, and the button to add the item to the cart is disabled so that it cannot be added twice. 3. the user can input an amount into the 'confirm purchase' section and click the button. If the amount is less than the 'cart total', the following alert should be shown:  "payment amount is less than cart total" otherwise: "payment complete"
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
Knowledge Booster
Background pattern image
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
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning