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

Program Plan:

  • Include the HTML tag using “<html>”.
    • Include the heading tag using “<head>”.
      • Open the title tag using “<title>” with appropriate title and close the tag.
      • Include the style tag using “<style>” to set style to elements.
        • Include the style for “body” element.
          • Set the background color, text color and font family for the body element.
        • Include the style for “h2” element.
          • Set the background color, text color, height, and width for the tag.
        • Include the style for “h1” element.
          • Set the height and width properties for the element.
        • Include the style for “image” element.
          • Set the float property as “right”, margin-right as “100” pixels, width as “300” pixels, and height as “300” pixels.
      • Close the style tag using “</style>” tag.
    • Close the heading tag using “</head>”.
    • Open the body tag using “<body>” tag.
      • Include the heading tag “<h1>” with appropriate heading and close it.
      • Include the image tag “<img>” with source “src” property.
      • Include the heading tag “<h2>” with appropriate heading and close it.
      • Include the unordered list with “<ul>” tag.
        • Include the list “<li>” for hobbies and activities and close the list using “</li>”.
      • Close the unordered list using “</ul>”.
    • Close the body tag using “</body>”.
  • Close the file using “</html>” tag.

Blurred answer
Students have asked these similar questions
Using HTML and CSS and Javascript. Include a new page named “funpage.html” about coffee shop website, which allows the users to interact with your page and have fun with it when accessing your website (e.g., play a game such as re-assembling a cut-photo; or do simple drawings; or gathering words to make English sentences from given a set of words); be creative. The page should have the following minimum requirements: a) Use of dynamic Html concepts. b) Add full comments to your JavaScript code explaining how does it work. c) The page should be well-designed, nice-looking, have look-n-feel concepts. The game should be related to the objective of the website.
Question kk For CSS Can you list the main display&positioning, flexbox, and grid properties? how are they all similar? how are they different? which method to layout a webpage is best, and which one is more frequently used? Don't ignore any part all part work u
Make a copy of the web design or replicate it (see attached picture) using HTML TAGS ONLY. (DO NOT INCLUDE OTHERS LIKE CSS, ONLY HTML) Print your written code with screenshot of your program opened in a web browser.  *it doesn't have to be exact with the attached picture if html can't do it, html is enough*
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education