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
- If an image from the ImageList is to be displayed in a PictureBox, what is that list, and how is its content decided?arrow_forwardHow you can determine the number of images that are stored in an ImageList control?arrow_forwardWhat list is used to choose a picture from the ImageList for a PictureBox?arrow_forward
- Implement the using Windows form App(.NET Framework) c# : 1- creat a Form titled “ Students ” 2- Add text box with max 100 letter, where student can enter his name 3- Add Grade combobox where student can select his grade (A-B-C-D-E-F) 4- Add button “Add”, when clicked the name and grade are added to the data view5- Add button “Stat” when clicked another form appears6- A data grid appears with grade vs count statistic (ex : A ,3 ) (please respond with screenshots )arrow_forwarduse java GUI The form should contain five command buttons, two labels only, and three picture boxes. The three picture boxes, each containing a flag, are on top of one another, but only one should be visible at a time. For each picture box: Be sure to add the image as a local resource. Set the Size property to 100, 50 Click the Size Mode list arrow, then click StretchImage in the list. For the Labels: One label will have your name as the programmer – see bottom left corner of the windows above. The other label will be used to display the name of the capital city. When a country button is clicked assign the name of the city into this label.arrow_forwardWhat happens if the size of the pictures stored in the storage area of the ImageList control do not match the value of the ImageSize property?arrow_forward
- Write your first name in the red part You Last name should appear in the empty label after you click on "My last name is” Button Use .place() package • window.geometry("300x200+10+10") def Print(): This is Amrou My Last name is This is Amrou My Last name is Haj Ibrahimarrow_forwardMurach's javascript and Jquery 4th edition (ch9 animation) I need help with this assignment, please. thanks Modify a carousel to use animationIn this exercise, you’ll modify a carousel application so that when an image in the carousel is clicked, an enlarged image is displayed using animation.1. Open the application in this folder:carouselThen, run the application and notice that an enlarged image of the first book in the carousel is displayed.2. Review the HTML for the application, and notice that it contains an img element with an id of “image” following the heading. Also notice that the href attributes of the <a>elements in the carousel are set to the URL of the enlarged image to be displayed when the associated carousel image is clicked.3. Code an event handler for the click event of the <a> elements in the list. This event handler should start by getting the URL for the image to be displayed. Then, it should assign this URL to the enlarged image.4. Add animation to…arrow_forwardNonearrow_forward
- 21. Which properties will extend a grid item so that it covers multiple rows and columns, specifically the area from row gridlines 3 to 5 and from column gridlines 1 to 3? Group of answer choices a. grid-row: 3/5; grid-column: 1/3; b. grid-row: 2/4; grid-column: 4; c. grid-column-start: 3; grid-column-end: 5; d. grid-column-start-end: 1/3; grid-row-start-end: 3/5;arrow_forwardGetting Bigger.pdf PDF O File | C:/Users/19377/Downloads/Getting%20Bigger.pdf + Purpose To review more advanced aspects of user interfaces and event handlers Directions Create an interface for a program that looks like the one in the first image below. Then add an event handler to the JSlider that changes the font size of the text in the JTextArea according to the value on the slider, as illustrated in the second image. Note: These directions are intentionally vague. Use the internet and whatever other resources you have available to try to piece together how to do this. Be sure to cite any sources you use as comments in your code. Text Decorator Type here.. Font Size: 25 50 75 100 Text Decorator Type here... Туре Font Size: 25 50 75 100 11:35 AM e Type here to search 28°F Cloudy 2/23/2022 (8)arrow_forwardIf you modify a dimension style, all dimensions that use that style in the drawing are automatically updated. right wrong? * AutoCAD correct Error Other:arrow_forward
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781305480537Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT