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
Question
Book Icon
Chapter 4, Problem 7HOE

a)

Program Plan Intro

Program Plan:

  • Include the style tag using “<style>” for internal style.
    • Include the “footer” element. Inside the element,
      • Set the background color as light blue with “#ccccff” color code.
      • Set the font as “Arial” using “font-family” property.
      • Set the text color as “dark-blue” with “#000099” color code.
      • Make the 10 pixels of padding using “padding” property.
      • Make the dashed border in a dark-blue color with “border” property.

b)

Program Plan Intro

Program Plan:

  • Include the style tag using “<style>” for internal style.
    • Set the id named “notice” with following style attributes.
      • Set the “width” property as “80%”.
      • Set the “margin-left” as “auto” and “margin-right” as “auto”

c)

Program Plan Intro

Program Plan:

  • Include the style tag using “<style>” for internal style.
    • Set the class named “headline” with following style attributes.
      • Set the text color using “color” property with its code.
      • Set the dotted line border with border color using color code.

d)

Program Plan Intro

Program Plan:

  • Include the style tag using “<style>” for internal style.
    • Set the heading tag “<h1>” with its properties.
      • Set the text shadow with its pixels.
      • Set the background color and set the transparency using the “opacity” property.
      • Set the font using “font-family” property with its font size.

e)

Program Plan Intro

Program Plan:

  • Include the style tag using “<style>” for internal style.
    • Set the style for “feature” identifier is as follows:
      • Set the background color as “white” and text color as “red” with its color code.
      • Set the font size as “small” with its font family “Arial”.
      • Set the width as “80%” and set the text shadow.

Blurred answer
Students have asked these similar questions
Create an HTML document containing an empty document division, plus a button below the division. Script the button to call a function named play() when it's clicked; link the JavaScript file into which you will write the  play() function, to your document. In your JavaScript file create a constructor for an object type named RPGActor; write code in the constructor so that it builds an instance of RPGActor containing: A property life, which represents the amount of life the actor object has; a property hitpoints, which represents how much damage the actor does when it attacks; a property alive, which is always set to true when the object is created; a method named attack(enemy), which takes an RPGActor object as its argument. The attack() method must do the following: Generate a random number from 0 to 2, which is used to decide if the attack misses (is blocked); if the number is greater than zero then the attack succeeds. If the attack succeeds, the hit points of the attacking actor…
---Write the code necesary in javascript to create a webpage that contains a contact form like the one in the attatched picture. To create and style this form, copy the following HTML and CSS code exactly as follows: HTML: <form><label for="myName">Name:</label><input type="text" name="myName" id="myName"><label for="myEmail">E-mail:</label><input type="text" name="myEmail" id="myEmail"›<label for="myComments">Comments:</label><textarea name="myComments" id="myComments" rows="2" cols="20"></textarea><input id="mySubmit" type="submit" value="Submit"›</form> CSS: form { background-color:#eaeaea;font-family: Arial, sans-serif;padding: lOpx; }label { float: left;width: 100px;clear: left;text-align: right;padding-right: lOpx;margin-top: lOpx; }input, textarea { margin-top: lOpx;display: block; }#mySubmit { margin-left: 110px; }gg
JavaScript Assignment For this assignment you are only to use external CSS and JavaScript. This assignment shouldhave no templates or frameworks. The Fruits to be used are Apple, Orange, Pear, and Pineapple. Write the code in a way that allows it to pull the images from a folder inside the main folder named “images." The file names are as follows Apple.png, Orange.png, Pear.png, and Pineapple.png. You are to create a child's game. The game will have a title in the head of the boilerplate withyour name. The name of the game will be Fruit Game which will need to be included in theheader of the browser using a h1 element. You will display an image of a fruit. Under the imagethere will be room for text for the name of the fruit but not displayed at the start. You will havefour buttons with names for the fruits available. When the button with the fruit name is clickedthe name of the fruit will appear under the image of the fruit. If the button and the name of thefruit is the same then you…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education