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 2AYK
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 the background color and border for the table using <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.
        • Include a caption on the webpage using <caption> tag.
        • Provide table headings using <th> tag
        • Provide table content using <td> tag
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
4. The following code is the implementation of the external CSS style. Convert the following code into inline CSS style. Question4.css Collapse Border Example Cell A Collapse Example Cell B Collapse Example Separate Border Example Cell A Separate Example Cell B Separate Example 1.css table.one {border-collapse:collapse;} table.two {border-collapse:separate;} td.a{ border-style:dotted; border-width:3px; } border-color:#000000; padding: 10px; } td.b { border-style:solid; border-width:3px; border-color: #333333; padding:10px;
11. Template Creation Create a template to display an HTML page like below. Create a template with 4 columns and 3 rows. You can choose any approach to finish this task. This task only using HTML and CSS, please make sure your code already tested before you submit it. item 1 item 2 item 3 item 4 item 5 item 6 item 7 item 8 item 9 item 10 Body padding is 20px Border color is #e3e3e3 Text color is #727272 Text size is 12px Distance between icon and box is 10px Border radius size is 10px Icon asset image is https://a.m.dana.id/promo/landing-page/default- icon.webp
Web development
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