Solution Manual For New Perspectives on HTML5, CSS3, and JavaScript, 6th Edition

Preview Extract
Tutorial 2 Quick Check Answers Session 2.1 Quick Check 1. Inline styles are styles that are applied to a specific element using the style attribute. Embedded styles are added to a specific HTML file using the style element in the document head. External style sheets are external files containing CSS style rules that are linked to an HTML file or files. To provide designs for an entire website, use external style sheet files. 2. !important 3. /* Tri and Succeed Sports Color Styles */ 4. blockquote {color: rgb(255, 0, 0);} 5. address {color: black; background-color: hsl(90, 100%, 50%);} 6. A technique by which the latest style properties are listed last in the style rule so that older browsers are supported by the older standards and new browsers can still take advantage of the newest standards. 7. color: rgb(232, 121, 50); 8. h1, h2 {background-color: rgba(255, 255, 0, 0.7); Session 2.2 Quick Check 1. footer > address 2. h1#top {font-family: ‘Century Gothic’, Helvetica, sans-serif;} 3. 18px 4. body {font-size: 2vw;} 5. nav a {text-decoration: none;} 6. @font-face { font-family: Cantarell; src: url(cantarell.woff) format(‘woff’), url(cantarell.ttf) format(‘ttf’); } 7. blockquote.Reviews { font-style: italic; text-indent: 3em; } 8. h1, h2, h3, h4, h5, h6 { text-align: center; font-weight: normal; } Session 2.3 Quick Check 1. ul {list-style-type: lower-alpha;} 2. ul { list-style-image: url(star.png); list-style-position: inside; } 3. a:visited {color: gray;} 4. section h1 { padding: 1em 0.5em 2em; } 5. figure {margin-left: 20px;} 6. The first line of the first paragraph within the element with the id “top”. 7. All img elements containing the usemap attribute within the div element belonging to the Links class. 8. p.Review::before { content: “***”; } 9. quotes: “2018” “2019”;

Document Preview (3 of 285 Pages)

User generated content is uploaded by users for the purposes of learning and should be used following SchloarOn's honor code & terms of service.
You are viewing preview pages of the document. Purchase to get full access instantly.

Shop by Category See All


Shopping Cart (0)

Your bag is empty

Don't miss out on great deals! Start shopping or Sign in to view products added.

Shop What's New Sign in