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 4, Problem 2WR
Program Plan Intro

Program Plan:

  • Include the HTML tag using “<html>”.
    • Include the heading tag using “head”.
    • Include the title tag using “<title>” with appropriate title.
    • Include the Meta tag using “<meta>”.
    • Include the style tag using “<style>”.
      • Set the style for background of the division.
      • Set the opacity as “0.5”.
      • Set the filter and color of the divisions.
    • Close the style using “</style>”.
    • Include the body tag using “<body>” with background color.
      • Set the heading using heading “<h1>” tag.
      • Set the paragraph tag “<p>” for the purpose of the property.
      • Make the unordered list using “<ul>”.
        • Set the URL links with anchor tag “<a>” in the list element “<li>”.
      • Close the unordered list using “</ul>”.
      • Include the division tag using “<div>”.
        • Include the description about opacity property.
      • Include the table element using “<table>”.
        • Include the table row with “<tr>” tag, table heading with “<th>”, and table column with “<td>” for supported browsers and their support.
        • Close the tags using “</tr>”, “</th>”, and “</td>”.
      • Close the table using “</table>” tag.
    • Close the body tag using “</body>”.
  • Close the file using “</html>” tag.

Blurred answer
Students have asked these similar questions
Describe what is incorrect with the following CSS code, which causes a web page containing it not to display a border when rendered in a browser:h2 { background-color: #FF0000border-top: thin solid #000000 }
Your goal is to build a page that has a button and text that wraps around the left edge of the button. Which CSS property and value should be used to create the button's appearance?
Write HTML and CSS code forthe following result. By clicking the buttons it should open that link.Use images of your choice.
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