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 2, Problem 3HOE
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.
      • Include the heading to be displayed in the webpage using <h2> </h2> tag pair.
    • Close the header tag using </head>.
    • Include the body tag using <body>.
      • Include the unordered list using <ul>.
        • Include the required content to display in unordered list.
      • Close the unordered list tag using </ul>.
    • Close the body tag using </body>.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Write HTML code to create following nested list.
Write a code in HTML, which prints your name ten times using repetitive structure?
Write Single HTML page for given matrixes. Submit your form to addmatrix.php page through POST method. And print addition of these two matrixes (in row column format).
Knowledge Booster
Background pattern image
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