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 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.
Html code . Put up code with screenshot
Visit the following webpage: https://archive.org/details/National_Geographic_Wallpapers This webpage hosts a collection of 506 images from National Geographic Magazine with most of these images previously being part of an international photography contest. Your task is to randomly choose 5 images and identify the objects within those images using Google’s vision API. Submit your iPython notebook code, and screenshots of output as shown below. You may need to reactivate your Google vision API account (or billing information for trial cycles) if you haven’t used it recently.  Here is the sample code import base64 import urllib import os import io import PIL from IPython.display import display, Image GOOGLE_API_KEY = '' #Use your Google API key here pip install google-api-python-client from googleapiclient.discovery import build service = build('vision', 'v1', developerKey=GOOGLE_API_KEY) cat = 'C:\\Users\\Instagram and neural networks\\cat.jpg' def label_image(path=None, URL=None,…
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