Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
9th Edition
ISBN: 9780134801148
Author: Terry Felke-Morris
Publisher: PEARSON
Question
Book Icon
Chapter 11, Problem 1HOE
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 background property as “#D3D3D3”.
        • Set the color property as “#0000FF”.
        • Set the font property as “Times New Roman”.
    • Close the header tag using </style>.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Include the head tag <h1> to display page heading.
        • Include the <video> tag and provide the file name using the src attribute.
        • Include a video link using <a> anchor tag.
        • Close the video using </video> tag.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Create an HTML page with two paragraphs and a button. Every time the button is clicked, the contents of the two paragraphs would swap with each other.( by jquery)
Create a HTML with CSS for an Electronically Voting Platform, make it like a facebook profile page that contains the following contents: Profile Photo Bio/Slogan Full Name Student No. Gender Degree Program Year Level Official School Email Address Mobile Number
Build a simple HTML page that will use an image (download from internet) as a link to the a page with the following code. Note that the image should be clickable. <!DOCTYPE html><html lang="en"> <head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>Text Styling Example</title>    <style>        .strikethrough {            text-decoration: line-through;        }         .underline-green {            text-decoration: underline;            color: green;        }         p {            margin: 0;            padding: 0;        }         .pink-text {            color: salmon;        }         .blue-text {            color: dodgerblue;        }    </style></head> <body>    <p class="pink-text">The following is an example of the <span class="strikethrough">square</span> <span class="underline-green">cube</span> of a number:</p>…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning