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
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 (8th Edition), Chapter 8, Problem 1FWD , additional homework tip  1

Screenshot of “Alibaba.com”

Web Development and Design Foundations with HTML5 (8th Edition), 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
D. S. Malik, Data Structures Using C++, 2nd Edition, 2010
Methods (Ch6) - Review 1. (The MyRoot method) Below is a manual implementation of the Math.sqrt() method in Java. There are two methods, method #1 which calculates the square root for positive integers, and method #2, which calculates the square root of positive doubles (also works for integers). public class SquareRoot { public static void main(String[] args) { } // implement a loop of your choice here // Method that calculates the square root of integer variables public static double myRoot(int number) { double root; root=number/2; double root old; do { root old root; root (root_old+number/root_old)/2; } while (Math.abs(root_old-root)>1.8E-6); return root; } // Method that calculates the square root of double variables public static double myRoot(double number) { double root; root number/2; double root_old; do { root old root; root (root_old+number/root_old)/2; while (Math.abs (root_old-root)>1.0E-6); return root; } } Program-it-Yourself: In the main method, create a program that…
I would like to know the main features about the following 3 key concepts:1. Backup Domain Controller (BDC)2. Access Control List (ACL)3. Dynamic Memory
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
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,