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

Program Plan:

In “marketing.html” file,

  • Include the HTML tag using <HTML>.
    • Include the header tag using <head>.
      • Include the title on the webpage using <title> tag.
      • Include the keyword metatags.
    • Close the header tag using </head>.
    • Include the CSS <style> Tag.
      • Set a background image.
    • Include a fragment identifier in the beginning of a webpage designated by top.
    • Open the body of the web page using <body> tag.
      • Include the content to be displayed in the webpage using paragraph <p> tag.
      • Include website promotion techniques that can be used for this webpage promotion.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

In “inline.html” file,

  • Include the HTML tag using <HTML>.
    • Include the header tag using <head>.
      • Include the title on the webpage using <title> tag.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Include marketing.html as an inline frame.
      • Include email link attachment.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Redesign your personal web page to include at least two pieces of information on your topic, with "good" color choices and "good" text choices. Use Javascript (as appropriate and if desired) and expand the CSS file to cover all text and color choices. Technology allowed: HTML5, CSS3, personally-written Javascript Here is the html and css code I have so far. Please help me to add some javascript to my webpage and the two specifications mentioned before. <!DOCTYPE html> <html>   <head>   <meta charset="utf-8">   <title>Make-UpWorld</title>  <link rel="stylesheet" href="styles.css">   </head> <body>         <h1>Makeup World</h1>         <h3>Get the makeup that works the best for you</h3>         <section>        <h2><table>             <div><caption><h3>Select below to start your journey!</h3></caption></div>                 <tr>…
HTML&CSS Create the header from the example below (logo + menu), the header should "fade in" when the webpage is loaded, menu items should react on hover and a dropdown menu should appear when the user hovers over "More +".
Create an HTML page with name yourname&ID.html and include the following: CSCI375 Grades Exam-1 Exam-2| Project Exam-3 | Show the Grades Your Grades: Publishing Date Published on: Change Background Color Instructions for the form: 1. The name or/and id of the third textbox should be named by your first name (for example, name="fadi" id="fadi'). 2. The name or/and id of the fourth textbox should be named by your last www name (for example, name="yamout" id="yamout").
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
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