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
bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 3, Problem 8HOE

(a)

Explanation of Solution

Filename – Advantage.html

Program:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Practice with the Cascade</title>

<link rel=“stylesheet” href=“ex8.css” >

<!--Close Tag-->

</head>

<!--Body Tag-->

<body>

<!--Header Tag-->

<header><h1>CSS Advantages</h1></header>

<!--Main Tag-->

<main>

<!--Unordered list tag-->

<ul>

<li>More Precise Formatting</li>

<li>Easier Site Maintenance</li>

<li class=“news”> Separation of HTML content from appearance </li>

</ul>

<!--Division Tag-->

<div><a href=“http://www...

(b)

Explanation of Solution

Filename – ex8.css

Program:

<!--HTML Tag-->

<html>

<!--Head Tag-->

<head>

<!--Style Tag-->

<style>

<!--Alignment for body Tag-->

body

{

background-color: #FFFFFF;

color: #000099;

font-family: Arial, Helvetica, sans-serif;

}

<!--Alignment for hyperlink Tag-->

a

{

background-color: #CCCCCC;

}

<!--Alignment for header Tag-->

h1

{

font-family: "Times New Roman", serif;

color: #000000;

}

<!--User defined class-->

.news

{

color: #FF0000;

font-style: italic;

}

<!--Close Tag-->

</style>

<!--Close Tag-->

</head>

<!-- Body Tag-->

<body>

<!--Heading Tag-->

>&#...

(c)

Explanation of Solution

Program:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Practice with the Cascade</title>

<!--Style Tag-->

<style>

<!--Alignment for body tag-->

body

{

background-color: #FFFFFF;

color: #000099;

font-family: Arial, Helvetica, sans-serif;

}

<!--Alignment for hyperlink tag-->

a

{

background-color: #CCCCCC;

}

<!--Alignment for head tag-->

h1

{

font-family: "Times New Roman", serif;

color: #000000;

}

<!--User defined class-->

.news

{

color: #FF0000;

font-style: italic;

}

<!--Style Tag-->

</style>

<!--Head Tag-->

</head>

<!--Body Tag-->

<body>

<!--Head Tag-->

<header>�...

(d)

Explanation of Solution

Program:

<!--HTML Tag-->

<html>

<!--Head Tag-->

<head>

<!--Style Tag-->

<style>

<!--Alignment for body Tag-->

body

{

background-color: #000000

color: #FFF;

font-family: Arial, Helvetica, sans-serif;

}

<!--Alignment for hyperlink Tag-->

a

{

background-color: #CCCCCC;

}

<!--Alignment for header Tag-->

h1

{

font-family: "Times New Roman", serif;

color: #CCCCCC;

}

.news

{

color: #FF0000;

font-style: italic;

}

<!--Close Tag-->

</style>

<!--Close Tag-->

</head>

<!-- Body Tag-->

<body>

<!--Heading Tag-->

<h1�...

(e)

Explanation of Solution

Program:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Practice with the Cascade</title>

<link rel=“stylesheet” href=“ex8.css” >

<!--Close Tag-->

</head>

<!--Body Tag-->

<body>

<!--Header Tag-->

<header style="color: #FF0000;"><h1>CSS Advantages</h1></header>

<!--Main Tag-->

<main>

<!--Unordered list tag-->

<ul>

<li>More Precise Formatting</li>

<li>Easier Site Maintenance</li>

>&#x...

Blurred answer
Students have asked these similar questions
Please help me with this. I am not understanding what to do C- Create thumbnails of all proposed webpages and place them on one singlepaper/page. Connect all your thumbnails with arrows. All designs must haveat least one arrow pointing to them, and at least one arrow pointing fromthem. This is intended to illustrate how you will move around the website.The arrows must start from the EDGE of the ‘element’ that one clicks tonavigate from a given page and the arrows must end at the EDGE of thewebpage or sidebar or popup that opens as a result. Let me tell you some back story about what I am instructed to do.  for a application I am creating (Document editor) So I have to illustrate a totoal of 3-10 webpages using wireframes that should be Lo-Fi (no colour, and as concise as possible).  Noting that I might have popup boxes, or dropdown menus/sidebars. You should draw these as their own small boxes/rectangles/etc. Do not drawn any images top of your webpage designs as this will clutter…
i need to make sure for the answer
Please help me with the following exercise. Use your programming environment to generate a simple Web site using Python flask. The site should be unique, include at least 3 routes (e.g. 3 pages one can navigate), each route should render the HTML pages by using the render_template() functionality. A style sheet should be included that is used by all Web pages. Proper organization should take place of the web site including the location of templates and static pages. Keep in the basic HTML form for a function web page includes the following components: <!DOCTYPE html><html><head><title>Page Title</title></head><body>...your page content...</body></html> In addition to the requirements list above the following functionality should be found within your web site on one or more web pages.• Use at least 3 different heading styles (e.g. <h1>, <h2>, <h3>)• Paragraph (<p>)• Comments <!-- -->)• Ordered list•…
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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