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: 9780134801346
Author: 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
Design and development of web pages using HTML and integrate them using hyperlinks. I want to do this on online library. Like first page is for Login page of Library and then when we click on login button it went to second page where we can input books name and book code like that. I want full code and outputs. Thank you so much. I need hyperlink concept in the site and only do it for the topic ONLINE LIBRARY kindly help,,,,,
Print and write code for sure if incorrect downvote sure I am creating a html web page and I need help with the welcome page where the various tabs have can be filled out when clicked these are just examples of the tabs in the home page tab 1: Fish - what is a fish                         what is the color of the fish                        how big is the fishTab 2: dogs- what us a dog                          what is the color of the dog                           how big is the dog.
Use html to create a page with a form that takes my name, email, phone number, and credit card number. Use a regular expression to validate the email, phone number, and credit card.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education