Basics of Web Design: Html5 & Css3
Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 11, Problem 1RQ
Program Description Answer

In Cascading Style Sheet (CSS), the “transform” is a property, which is used to modify an element display by using the rotate, scale, skew, and move functions.

Hence, the correct answer is option “C”.

Expert Solution & Answer
Check Mark

Explanation of Solution

Transform property:

The “transform” property is used to modify the display of an element by using the functions such as rotate, scale, skew, and move.

The functions in “transform” property are as follows:

  • “rotate(degree)”:
    • The “rotate()” function is used to rotate the element by using the angle.
  • “scale(number, number)”:
    • The “scale()” function is used to resize the element with horizontal and vertical scale amount.
  • “scaleX(number)”:
    • The “scaleX()” function is used to resize the element with horizontal scale amount.
  • “scaleY(number)”:
    • The “scaleY()” function is used to resize the element with vertical scale amount.
  • “skewX(number)”:
    • The “skewX()” function is used to twists the display of element with horizontal scale amount.
  • “skewY(degree)”:
    • The “skewY()” function is used to twists the display of element with vertical scale amount.
  • “translate(number, number)”:
    • The “translate()” function is used to relocate the element with horizontal and vertical scale amount.
  • “translateX(number)”:
    • The “translateX()” function is used to relocate the element with horizontal scale amount.
  • “translateY(number)”:
    • The “translateY()” function is used to relocate the element with vertical scale amount.

Explanation for incorrect options:

display:

In CSS, the “display” is a property that specifies how an element is displayed.

Hence, the option “A” is wrong.

transition:

In CSS, “transition” is a property used to modify the value of property over a particular time.

Hence, the option “B” is wrong.

list-style-type:

In CSS, “list-style-type” is a property used to specify the look of list item marker.

Hence, the option “D” is wrong.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
What is changed by the :hover selector? 1) any element text that is indicated by the user 2) Any element that is user – editable 3) Any element that has  no children 4) Any element that the cursor is on
I am trying to create a menu with borders. I am trying to have the cout statement inside of the menu border but it isn't producing right. what is the best way to have the cout inside of the menu   #include "stdafx.h"#include "stdafx.h"#include <iostream>#include <limits>#include <cstdlib>#include <ctime>#include <string>#include <vector>#include <cctype>#include <iterator>#include <algorithm>#include <cmath>#include "ConsoleApplication13.h"   using namespace std; string donor_name;double donor_amount; int choice;int main(){ cout << " \n\n ************************************************************" << endl;cout << " ** **" << endl;cout << " ** **" << endl;cout << " ** 1. Add a contributor. **" << endl;cout << " ** 2. Search and update contributor. **" << endl;cout << " ** 3. Display all Donor information. **" << endl;cout << " ** 4. Department…
Here's the JavaScript code given. Add some new things to it so that the First Name and Last Name boxes can take only alphabet lettes(not numbers or any symbols) and starts from an uppercase; the user id box must contain only numbers(not alphabet letters). (Look to the picture given) <html><head> <title>Form Validation</title> <script type="text/javascript">   var divs=new Array();  divs[0]="errFirst";  divs[1]="errLast";  divs[2]="errEmail";  divs[3]="errUid";  divs[4]="errPassword";  divs[5]="errConfirm";   function validate()  {   var inputs=new Array();   inputs[0]=document.getElementById('first').value;   inputs[1]=document.getElementById('last').value;   inputs[2]=document.getElementById('email').value;   inputs[3]=document.getElementById('uid').value;   inputs[4]=document.getElementById('password').value;   inputs[5]=document.getElementById('confirm').value;    var errors=new Array();   errors[0]="<span style='color:red'>Please enter your first…
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