Use an embedded style sheet for this exercise. Star

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

<!DOCTYPE html >
<html>

<head>
<meta charset="utf-8">
<title>Black Goose Bistro Summer Menu</title>

</head>

<body>

<div id="info">
<h1>Black Goose Bistro &bull; Summer Menu</h1>

<p>Baker's Corner, Seekonk, Massachusetts<br>
<span class="label">Hours: Monday through Thursday:</span> 11 to 9, <span class="label">Friday and Saturday;</span> 11 to midnight</p>
</div>

<div id="appetizers">
<h2>Appetizers</h2>
<p>This season, we explore the spicy flavors of the southwest in our appetizer collection.</p>

<dl>
<dt>Black bean purses</dt>
<dd>Spicy black bean and a blend of mexican cheeses wrapped in sheets of phyllo and baked until golden. <span class="price">$3.95</span></dd>

<dt class="newitem">Southwestern napoleons with lump crab &mdash; <strong>new item!</strong></dt>
<dd>Layers of light lump crab meat, bean and corn salsa, and our handmade flour tortillas. <span class="price">$7.95</span></dd>
</dl>
</div>

<div id="entrees">

<h2>Main courses</h2>
<p>Big, bold flavors are the name of the game this summer. Allow us to assist you with finding the perfect wine.</p>


<dl>

<dt class="newitem">Jerk rotisserie chicken with fried plantains &mdash; <strong>new item!</strong></dt>
<dd>Tender chicken slow-roasted on the rotisserie, flavored with spicy and fragrant jerk sauce and served with fried plantains and fresh mango. <strong>Very spicy.</strong> <span class="price">$12.95</span></dd>

<dt>Shrimp sate kebabs with peanut sauce</dt>
<dd>Skewers of shrimp marinated in lemongrass, garlic, and fish sauce then grilled to perfection. Served with spicy peanut sauce and jasmine rice. <span class="price">$12.95</span></dd>

<dt>Grilled skirt steak with mushroom fricasee</dt>
<dd>Flavorful skirt steak marinated in Asian flavors grilled as you like it<sup>*</sup>. Served over a blend of sauteed wild mushrooms with a side of blue cheese mashed potatoes. <span class="price">$16.95</span></dd>
</dl>

</div>

<p class="warning"><sup>*</sup> We are required to warn you that undercooked food is a health risk.</p>

</body>
</html>

 

 

1. Use an embedded style sheet for this exercise. Start by adding a style el-
ement in the head of the document, like this:
<head> <title>Black Goose Bistro</title> <style>
</stylex/head>
2. I would like the main text to appear in Verdana or some other sans-serif
font. Instead of writing a rule for every element in the document, we
will write one rule for the body element that will be inherited by all the
elements it contains. Add this rule to the embedded style sheet:
<style> body {font-family: Verdana, sans-serif;}</style>
3. I want a fancy font for the "Black Goose Bistro • Summer Menu" head-
line, so I chose a free display font called Marko One from Google Web
Fonts (ww.google.com'webfont). Google gave me the code for linking the
font file on their server to my HTML file (it's actually a link to an exter-
nal style sheet). It must be placed in the head of the document, so copy it
exactly as it appears, but keep it on one line. Put it after the title and
before the style element.
<head> <title>Black Goose Bistro Summer Menu</title>
<link href="http://fonts.googleapis.com/css?family=Marko+0
4. Now write a rule that applies it to the h1 element. Notice I've specified
Georgia or another serif font as fallbacks:
Transcribed Image Text:1. Use an embedded style sheet for this exercise. Start by adding a style el- ement in the head of the document, like this: <head> <title>Black Goose Bistro</title> <style> </stylex/head> 2. I would like the main text to appear in Verdana or some other sans-serif font. Instead of writing a rule for every element in the document, we will write one rule for the body element that will be inherited by all the elements it contains. Add this rule to the embedded style sheet: <style> body {font-family: Verdana, sans-serif;}</style> 3. I want a fancy font for the "Black Goose Bistro • Summer Menu" head- line, so I chose a free display font called Marko One from Google Web Fonts (ww.google.com'webfont). Google gave me the code for linking the font file on their server to my HTML file (it's actually a link to an exter- nal style sheet). It must be placed in the head of the document, so copy it exactly as it appears, but keep it on one line. Put it after the title and before the style element. <head> <title>Black Goose Bistro Summer Menu</title> <link href="http://fonts.googleapis.com/css?family=Marko+0 4. Now write a rule that applies it to the h1 element. Notice I've specified Georgia or another serif font as fallbacks:
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY