
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”.

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?
Chapter 11 Solutions
Basics of Web Design: HTML5 & CSS3 (3rd Edition)
- I need help in explaining how I can demonstrate how the Laplace & Inverse transformations behaves in MATLAB transformation (ex: LIke in graph or something else)arrow_forwardYou have made the Web solution with Node.js. please let me know what problems and benefits I would experience while making the Web solution here, as compared to any other Web solution you have developed in the past. what problems and benefits/things to keep in mind as someone just learningarrow_forwardPHP is the server-side scripting language. MySQL is used with PHP to store all the data. EXPLAIN in details how to install and run the PHP/MySQL on your computer. List the issues and challenges I may encounter while making this set-up? why I asked: I currently have issues logging into http://localhost/phpmyadmin/ and I tried using the command prompt in administrator to reset the password but I got the error LOCALHOST PORT not found.arrow_forward
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781305480537Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENTEBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningProgramming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage


