i have also included somthing my teacher sent but i can not make sence of it body { font-family: Georgia, serif; font-size: 100%; line-height: 175%; margin: 0 15% 0; background-color:rgb(210,220,157); background-image: url("bullseye.png"); /* Rounded Shape image */ background-size: contain;

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

what I have so far but it is not working I tried to add an image file to my page

i have also included somthing my teacher sent but i can not make sence of it


body {
font-family: Georgia, serif;
font-size: 100%;
line-height: 175%;
margin: 0 15% 0;
background-color:rgb(210,220,157);
background-image: url("bullseye.png"); /* Rounded Shape image */
background-size: contain;
}
header {
margin-top: 0;
padding: 3em 1em 2em 1em;
text-align: center;
border-radius:4px;
background-color:hsl(0, 14%, 95%);
opacity:0.5;
background-image: url("purpledot.png"); /*purple image*/
background-repeat: repeat-x;
}

a {
text-decoration: none;
color:rgb(153,51,153);
}
a:visited{
color: hsl(300, 13%, 51%);
}
a:hover{
background-color: #fff;
}
a:focus{
background-color: #fff;
}

a:active{
color:#ff00ff;
}

h1 {
font: bold 1.5em Georgia, serif;
text-shadow: 0.1em 0.1em 0.2em gray;
color: rgb(153,51,153);
}
h2 {
font-size: 1em;
text-transform: uppercase;
letter-spacing: 0.5em;
text-align: center;
color:rgb(204,102,0);
}
dt {
font-weight: bold;
}
strong {
font-style: italic;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#info p {
font-style: italic;
}
.price {
font-family: Georgia, serif;
font-style: italic;
}
p.warning,
sup {
font-size: small;
}
.label {
font-weight: bold;
font-variant: small-caps;
font-style: normal;
}

h2 + p {
text-align: center;
font-style: italic;
}

• Borders
Background-color
Background
• background: #fffff url("some_image.png") no-repeat right top;
• https://www.w3schools.com/cssref/tryit.asp?filename=trycss_background-
position2
• Column-rule-color:
• https://www.w3schools.com/cssref/tryit.asp?filename=trycss3 column-rule-
color
Outline-color
Transcribed Image Text:• Borders Background-color Background • background: #fffff url("some_image.png") no-repeat right top; • https://www.w3schools.com/cssref/tryit.asp?filename=trycss_background- position2 • Column-rule-color: • https://www.w3schools.com/cssref/tryit.asp?filename=trycss3 column-rule- color Outline-color
Now let's try some slightly more sophisticated tiling on the Summer Menu page. This time we'll
add a tiling background just along the top edge of the header element.
1. In the header rule, add the image purpledot.png and set it to repeat horizontally only.
2.
look at it in the browser. It should look something like the image
below:
Black Goose Bistro • Summer Menu
Noker's Corner, Seekank, Massachusets
Hocas: Monnar Ta Ta to . Pemav A Sermar
omidnighe
Appet
Main Cu
Traditional Tuanta
Desert elestion
APPETIZERS
Thin seon, ue plore the piey faors of the uthoet in our appetiaer collertion.
Hlack bean parses
Spiey black bean and a hlend of mesican cheeses wrpped in shets of phyle and haked unil goiden. a ss
Southwestern napolens with lump erab-n item
Layers of light lamp erab meat, bean and com sai, and our handmade four tortillas. 796
3. Finally, try out the space and round repeat values on the body background image and
see if you like the effect. Note that the tiles are evenly spaced within the body of the
document, not just the viewport, so you may see some cut-off circles at the bottom
edge of your browser. Delete the background-repeat declaration so it goes back to the
default repeat for upcoming exercises.
Transcribed Image Text:Now let's try some slightly more sophisticated tiling on the Summer Menu page. This time we'll add a tiling background just along the top edge of the header element. 1. In the header rule, add the image purpledot.png and set it to repeat horizontally only. 2. look at it in the browser. It should look something like the image below: Black Goose Bistro • Summer Menu Noker's Corner, Seekank, Massachusets Hocas: Monnar Ta Ta to . Pemav A Sermar omidnighe Appet Main Cu Traditional Tuanta Desert elestion APPETIZERS Thin seon, ue plore the piey faors of the uthoet in our appetiaer collertion. Hlack bean parses Spiey black bean and a hlend of mesican cheeses wrpped in shets of phyle and haked unil goiden. a ss Southwestern napolens with lump erab-n item Layers of light lamp erab meat, bean and com sai, and our handmade four tortillas. 796 3. Finally, try out the space and round repeat values on the body background image and see if you like the effect. Note that the tiles are evenly spaced within the body of the document, not just the viewport, so you may see some cut-off circles at the bottom edge of your browser. Delete the background-repeat declaration so it goes back to the default repeat for upcoming exercises.
Expert Solution
Step 1 Introduction to HTML Program

It is defined as a Hyper Text Markup Language. and it is known as the standard markup language used for creating Web pages.

HTML describes the structure of a Web page.

It consists of a series of elements.

The elements of HTML tells the browser how to display the content and the features of it.

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education