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
What does the value of the top variable indicate in this ArrayStack implementation? What will happen if we call pop on this stack? What value will be returned, and what changes will occur in the array and the top variable? 3. If we push the value "echo" onto the stack, where will it be stored in the array, and what will be the new value of top? 4. Explain why index 0 contains the string "alpha" even though top is currently 3. 5.  What would the state of the stack look like (values in the array and value of top) after two consecutive pop 0 operations?
Please solve and show all work. Suppose there are four routers between a source and a destination hosts. Ignoring fragmentation, an IP datagram sent from source to destination will travel over how many interfaces? How many forwarding tables will be indexed to move the datagram from the source to the destination?
Please solve and show all work. When a large datagram is fragmented into multiple smaller datagrams, where are these smaller datagrams reassembled into a single large datagram?
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.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Text book image
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning