100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

WGU C777 Exam Questions with 100% Correct Answers

Rating
-
Sold
-
Pages
19
Grade
A+
Uploaded on
24-08-2024
Written in
2024/2025

Which markup positions an image so that the lower part of it is even with the lower part of adjoining text? - ANSWER <img src="" vertical-align="baseline"> Which syntax for a CSS class floats images to the right? - ANSWER .floatright { float: right; margin: 7px;

Show more Read less
Institution
C777
Course
C777










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
C777
Course
C777

Document information

Uploaded on
August 24, 2024
Number of pages
19
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

WGU C777 Exam Questions with 100%
Correct Answers

Which markup positions an image so that the lower part of it is even with the lower part of
adjoining text? - ANSWER <img src="sample.jpg" vertical-align="baseline">


Which syntax for a CSS class floats images to the right? - ANSWER .floatright {
float: right; margin: 7px;
}



Which CSS transition should be used on an image to make it ease in when a user's
mouse hovers over that image? - ANSWER transition-timing-function



Which CSS property should a developer use to specify the bottom of a 3D element? - ANSWER
perspective-origin


A web designer creates the following animation by using CSS3:


#texteffect {
position: relative;
animation-name: scroll;
animation-duration: 5s;
animation-timing-function: linear;
animation-play-state: running;
}


@keyframes scroll {

,from {left: 0px;}
to {left: 200px;}


}



How does the content of the element move when the page loads? - ANSWER From left to right
one time


A web page includes the following CSS code:


@keyframes anim_01 {
0% {left: 0px; top: 0px;}
50% {left: 200px; top: 0px;}
100% {left: 600px; top: 0px;}

}


#animation {
position:relative;
animation-name: anim_01;
animation-duration: 4s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-play-state: running;
}


How often does the animation play when it is invoked? - ANSWER Forever

, Given the following CSS code:

div {


transition-property: opacity, left, top, height;
transition-duration: 5s;
transition-delay: 3s
}


Which value determines how long the transition will last? - ANSWER 5 seconds



Given the following CSS code:


.box {
width: 150px;
height: 150px;
background: red;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
-webkit-transition: background-color 2s ease-out;
-moz-transition: background-color 2s ease-out;
-o-transition: background-color 2s ease-out;
transition: background-color 2s ease-out;
}


.box:hover {

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KenAli West Virginia University
View profile
Follow You need to be logged in order to follow users or courses
Sold
84
Member since
1 year
Number of followers
5
Documents
17177
Last sold
1 week ago

2.9

19 reviews

5
4
4
4
3
4
2
0
1
7

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions