Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134323534
Author: FELKE-MORRIS
Publisher: PEARSON
Question
Book Icon
Chapter 8, Problem 9HOE
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.
      • Provide background color 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 “Favorite Recipe” within the header tags “<th>” and “</th>”.
        • Open the table row tag “<tr>”.
          • Give table headings as “Ingredients”, and “Measurements” using <th> tag.
        • Close the table row tag “</tr>”.
        • Open the table row tag “<tr>”.
          • Give the ingredients and its measurements for the recipe using <td> tag.
        • Close the table row tag “</tr>”.
        • Divide a row into two columns using “colspan = “2””.
          • Give the directions inside the paragraph tags.
      • Close the table tag </table> tag.
      • Include a contact link on the webpage using <a href> tag
    • Close the body using </body> tag.
  • Close the file using </html> tag.
  • Finally save the file as “recipe8.html”.

Blurred answer
Students have asked these similar questions
Please Answer: Write a simple landing page with PHP/MySQL with a login session adding your CSS styling.   2. Construct a simple code snippet on how to include google map on your website.
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.
Create a webpage that prints your name to the screen.Create a webpage that prints the numbers 1 - 10 to the screen.Create a webpage and set its title to "This is a webpage".Create a webpage that prints the message "When was thiswebpage created? Check page's title for the answer." to the screen,and set the title of the page to the current date.Note: This is 1 webpage only.          Screenshot and Output of the code and the source in php
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning