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: 9780134801148
Author: Terry Felke-Morris
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 2, Problem 15FIB
Program Description Answer

“em” element is used for configuring the text that has to be emphasized and displayed in an italic font style.

Hence, the correct answer is “em”.

Blurred answer
Students have asked these similar questions
A Font structure can have one of four styles: PLAIN, BOLD, ITALIC or UNDERLINED. Create the enumerated type FontStyle with these members. The underlying values are 0, 1, 2 and 4. #ifndef STYLE_H#define STYLE_H ............. #endif
<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,…
<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 {…
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