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: 9780134801346
Author: FELKE-MORRIS
Publisher: PEARSON
Question
Book Icon
Chapter 11, Problem 2WR
Program Plan Intro

Program Plan:

  • Include the HTML tag using <html>.
    • Include the header tag using <head>.
      • Include the <link> tag and access the external css file.
    • 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 an unordered list using <ul> tag.
        • Include the <audio> tag and provide the file name using the <source> element.
        • Include the hyperlink tag using <a> and </a>.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

“links.css” file:

  • Include a “link” pseudo class and add a color for the hyperlink.
  • Include a “visited” pseudo class and add a color for the hyperlink.
  • Include a “hover” pseudo class and add a color for the hyperlink.
  • Include the background property as “#D3D3D3”.
  • Include an unordered list <ul> and add “list-style-type” property.

Blurred answer
Students have asked these similar questions
Open a new file in your text editor. Create your own web page that has the following: A title that is your name. At least three paragraphs, two of them displayed in different colors  A link to a website you like. At least three levels of headings. At least one image or picture.
Write an HTML file that creates the following online Registration form. Be noted that the gender field has Male and Female items. Important notes: You should copy and paste the "HTML script" to answer this question. DON’T take screenshots for your HTML script. It must be an editable script. Take a screenshot of your output web page and paste it as a part of your answer.
Different method for finding HTML element document.getElementsByClassName(name) document.getElementsByTag(tag) All of these Both A and C document.getElementById(id)
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