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
bartleby

Concept explainers

Question
Book Icon
Chapter 14, Problem 7HOE
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.
      • Open the style tag “<style>” to make style for HTML tags.
        • Make a style for “body” tag.
          • Set the background with color code “#333333”.
          • Set the text color with color code “#eaeaea”.
        • Make a style for an identifier named “gallery”.
          • Set the gallery width as “800 px”.
        • Make a style for all unordered lists for an identifier named “gallery”.
          • Set the gallery width as “300 px”.
          • Set the style type as “none” and float property as “left”.
        • Make a style for all lists for an identifier named “gallery”.
          • Set the gallery display as “inline”.
          • Set the padding as “16 pixels” and float property as “left”.
        • Make a style for all images for an identifier named “gallery”.
          • Set the border style as “none”.
        • Make a style for an element “figure”.
          • Set the padding-top as “30” pixels.
          • Set the text-align as “center”.
        • Make a style for an element “figcaption”.
          • Set the font-weight as “bold”.
          • Set the font-size as “1.5em”.
      • Close the style tag using “</style>”.
    • Open the script tag using “<script>” to access the jQuery elements using the script link.
      • Define the “ready()” function to intimate the document is ready for processing.
        • Define the “click()” event handler to specify the click event in the web page.
          • Declare the variables to store image reference and title.
          • Return “false” statement.
    • Close the script tag using “</script>”.
    • Close the head tag using “</head>”.
    • Open the body tag with “<body>”.
      • Create the division tag with “<div>” element using identifier name “gallery”.
        • Open the heading tag with appropriate heading using “<h1>” tag and close it.
        • Open the unordered list tag using “<ul>”.
          • Open the list tags with “<li>”, inside the list element create an images link with source of images and close the link.
        • Close the unordered list “</ul>”.
        • Open the figure tag using “<figure>”.
          • Create an image with its attribute using “<img>” tag with figure caption.
        • Close the figure tag using “</figure>”.
      • Close the division tag using “</div>”.
    • Close the body tag using “</body>”.
  • Close the file using “</html>” tag.

Blurred answer
Students have asked these similar questions
IT Use other web browsers except canvas for educational reasons, and what are the benefits of doing so?
So in apphive, how do I make it so I enter text into a field and go to a new page? Can someone please explain?
By using NetBeans IDE,write the servlet program with html form to add the two numbers. (use get method) with photos of output and program (screenshots).
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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