Skip to Content
Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition
book

Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

by Robin Nixon
August 2012
Beginner
583 pages
16h 1m
English
O'Reilly Media, Inc.
Content preview from Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

Chapter 19 Answers

  1. The CSS3 operators ^, $, and * respectively match the start, end, or any portion of a string.

  2. The property you use to specify the size of a background image is background-size, like this: background-size:800px 600px;.

  3. You can specify the radius of a border using the border-radius property, like this: border-radius:20px;.

  4. To flow text over multiple columns, you use the column-count, column-gap, and column-rule properties or their browser-specific variants, like this: column-count:3; column-gap:1em; column-rule:1px solid black;.

  5. The four functions with which you can specify CSS colors are hsl, hsla, rgb, and rgba. For example: color:rgba(0%,60%,40%,0.4);.

  6. To create a gray text shadow under some text, offset diagonally to the bottom right by 5 pixels, with a blurring of 3 pixels, you would use this declaration: text-shadow:5px 5px 3px #888;.

  7. You can indicate with an ellipsis that text is truncated using this declaration: text-overflow:ellipsis;.

  8. To include a Google web font in a web page, first select it from http://google.com/webfonts. Then, assuming, for example, you chose “Lobster,” you include it in a <link> tag, like this: <link href='http://fonts.googleapis.com/css?family=Lobster' />. You must also refer to the font in a CSS declaration such as this: h1 { font-family:'Lobster', arial, serif; }.

  9. The CSS declaration you would use to rotate an object by 90 degrees is transform:rotate(90deg);.

  10. To set up a transition on an object so that when any of its properties are changed ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Learning PHP, MySQL & JavaScript, 4th Edition

Learning PHP, MySQL & JavaScript, 4th Edition

Robin Nixon

Publisher Resources

ISBN: 9781449337452Errata Page