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
Expert Solution & Answer
Book Icon
Chapter 3, Problem 10MC
Program Description Answer

The CSS code that is used to configure a class called news with red text, large font, and Arial or a sans-serif font is “.news { color: red;

font-size: large;

font-family: Arial,

sans-serif; }”.

Hence, the correct answer is option “B”.

Blurred answer
Students have asked these similar questions
<style>body {    font-family: Georgia, serif;    font-size: 100%;    line-height: 175%;    margin: 0 15% 0;    background-color:rgb(210,220,157);    }    header {    margin-top: 0;    padding: 3em 1em 2em 1em;    text-align: center;    border-radius: 4px;    }       a {    text-decoration: none;    color:rgb(153,51,153);    }    a:hover{        background-color: #fff;    }    a:focus{        background-color: #fff;    }    a:visited{        color: hsl(300, 13%, 51%);    }    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);    background-color:hsl(0, 14%, 95%);    opacity:0.5;    }    dt {    font-weight: bold;    }    strong {    font-style: italic;    }    ul {    list-style-type: none;    margin: 0;    padding: 0;    }    #info p {…
<style>body {    font-family: Georgia, serif;    font-size: 100%;    line-height: 175%;    margin: 0 15% 0;    background-color:rgb(210,220,157);    }    header {    margin-top: 0;    padding: 3em 1em 2em 1em;    text-align: center;    border-radius: 4px;    }       a {    text-decoration: none;    color:rgb(153,51,153);    }    a:hover{        background-color: #fff;    }    a:focus{        background-color: #fff;    }    a:visited{        color: hsl(300, 13%, 51%);    }    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);    background-color:hsl(0, 14%, 95%);    opacity:0.5;    }    dt {    font-weight: bold;    }    strong {    font-style: italic;    }    ul {    list-style-type: none;    margin: 0;    padding: 0;    }    #info p {…
<style>body {font-family: Georgia, serif;font-size: 100%;line-height: 175%; margin: 0 15% 0;}header {margin-top: 0;padding: 3em 1em 2em 1em;text-align: center;} a {text-decoration: none;} h1 {font: bold 1.5em Georgia, serif;text-shadow: .1em .1em .2em gray;}h2 {font-size: 1em;text-transform: uppercase;letter-spacing: .5em;text-align: center;}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;} </style>   <!DOCTYPE html><html><head><link rel="stylesheet" href="main-styles.css"><title>About me</title></head><body> <header><h1>Black Goose Bistro &bull; Summer Menu</h1> <div id="info"><p>Baker's Corner, Seekonk,…
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