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 7HOE
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 border for table, border for cells, and background color for alternative rows using the <style> tag.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Include the heading on the webpage using <h1> tag.
      • Include a table on the webpage using <table> tag.
        • Provide table headings using <th> tag.
        • Provide contents on the table cells using <td> 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 “movie8.html”

Blurred answer
Students have asked these similar questions
Create a web page about your favorite sports team with a two-column table that lists the positions and starting players. Use embedded CSS to style the table border, background color, and center the table on the web page. Place an e-mail link to yourself on the web page. Save the file as sport8.html.
Create a simple one-page HTML newsletter using HTML5 and CSS3 for a fictitious club or a real organization if you so wish. As a member, you are commissioned to build a one-page newsletter. The basic structure should follow the following specifications: Header and footer.  A three-column main content layout. The columns should be 20%, 60%, 20%. The maximum width of the newsletter must be 1200px.   All styling must be included in a single CSS file. Your newsletter must use HTML5 semantic layout convention.  You must provide usage of at least two block-level elements, three font style elements, and two list elements, at least two images in the document
Create a webpage to showcase your favorite travel destinations. Follow the instructions below to build the webpage using HTML and CSS.   Requirements:   Use an external CSS file for styling. Include a navigation bar (nav) at the top of the page with links to different sections of the webpage. Create a header with a suitable title for your webpage. Design a footer that includes contact information (email, phone number, etc.). Implement a two-column layout for the main content. Use an ordered list to list your top four favorite places to travel. Create at least 4 html files talking about different places Look and feel should be consistent across all pages Use an unordered list to list some contact details (email, phone, etc.) in the footer. Apply a background color to the webpage. Customize the text color, font size, and text decoration as per your preference. Add a background image that repeats horizontally across the webpage. Set a maximum width and minimum width for the webpage.…
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