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 6, Problem 4HOE
Program Plan Intro

Program Plan:

  • Include the HTML tag using <html>.
    • Include the header tag using <head>.
      • Include the style on the webpage using <style> tag.
        • Set the position property as “relative”.
        • Set the left property as “15 px”.
        • Set the background property as “#ccff99”.
    • Close the header tag using </style>.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Include the <div> tag and add a “class” attribute to assign the style.
        • Include the head tag <h1> to display page heading.
        • Include the content to be displayed in the webpage using paragraph <p> tag.
      • Close the body using </div> tag.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
How can you apply it to translate property in CSS on an image when the user hovers it with the mouse pointer it translates an image? Provide CSS code and a screenshot of the output image.
Find a popular CSS library on the web. In a short paragraph, explain how you would import this CSS library into your project and use it.  Include the link to the library.
You can use display: none; to hide elements in CSS    True or   False pick the correct answer ??
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    EBK JAVA PROGRAMMING
    Computer Science
    ISBN:9781337671385
    Author:FARRELL
    Publisher:CENGAGE LEARNING - CONSIGNMENT
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT