Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350 QUESTIONS AND VERIFIED ANSWERS | C777 OA WEB DEVELOPMENT APPLICATIONS | NEWEST UPDATE 2026/2027 | GUARANTEED SUCCESS.

Beoordeling
-
Verkocht
-
Pagina's
80
Cijfer
A+
Geüpload op
12-05-2026
Geschreven in
2025/2026

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350 QUESTIONS AND VERIFIED ANSWERS | C777 OA WEB DEVELOPMENT APPLICATIONS | NEWEST UPDATE 2026/2027 | GUARANTEED SUCCESS. How does CSS3 allow you to specify any font, even custom fonts, to use in Web documents? A) All CSS3 fonts are native to HTML5, so documents coded with HTML5 will be able to access them. B) In CSS3, font libraries can only be stored on the client computer. C) In CSS3, font libraries can be automatically downloaded from a Web server to the client computer. D) All fonts are native to HTML5-compatible browsers, so any Web document opened in such a browser will be able to access them. - ANSWER-In CSS3, font libraries can be automatically downloaded from a Web server to the client computer. Why can new features be added to the CSS3 specification more quickly than in previous versions to enhance its support of borders, backgrounds, colors, text effects and so forth? A) Because CSS3 is the preferred way to format Web pages created using HTML5 B) Because CSS3 provides a modularized standard C) Because all browsers are HTML5-compliant D) Because CSS3 is compatible with both HTML 4.01 and XHTML 1.0 - ANSWER-Because CSS3 provides a modularized standard How can you specify to include two or more different images in the background of your Web page? A) Specify to repeat an image using the background-repeat property. B) Use the opacity property as many times as necessary, one for each distinct image. C) Specify two or more images in a single declaration using the background-image property. D) Include two or more consecutive background-image properties within the same tag. - ANSWERSpecify two or more images in a single declaration using the background-image property. The animation-direction property of the @keyframes rule specifies: A) when the animation will begin. B) whether the animation is running or paused. C) the number of times that the animation will play. D) whether to play the animation in reverse on alternate cycles. - ANSWER-whether to play the animation in reverse on alternate cycles. What CSS3 2D transform method combines all of the 2D transform methods into one, which enables an element to rotate, scale, move (translate) and skew? A) Skew(x-angle,y-angle) B) Matrix(n,n,n,n,n,n) C) Scale(x,y) D) Translate(x,y) - ANSWER-Matrix(n,n,n,n,n,n) Which animation property should you use to specify whether an animation is running or paused? A) The animation-play-state property B) The animation-timing-function property C) The animation-delay property D) The animation-direction property - ANSWER-The animation-play-state property Why would you use the CSS3 transform properties in a Web document? A) To change the shape, size and/or position of an element B) To change an element from one style to another when a user hovers his or her mouse pointer over the element C) To automatically cause an element to change from one set of styles to another when a user opens your Web page D) To allow a user to effectively control and operate your Web page - ANSWER-To change the shape, size and/or position of an element When you use the CSS3 opacity property, how do you specify the level of transparency to apply? A) You specify a value between #FFFFFF and #000000. B) You specify a value between 1.0 and 100.0. C) You specify a value between 0.0 and 1.0. D) You specify a value between A and Z. - ANSWER-You specify a value between 0.0 and 1.0. Which animation property should you use to specify the number of times that an animation will play? A) The animation-iteration-count property B) The animation-duration property C) The animation-timing-function property D) The animation-play-state property - ANSWER-The animation-iteration-count property Why would you use the CSS3 opacity property when you overlap images or other elements in your Web page? A) To make the foreground element partially transparent so elements in the background will be visible B) To make the background elements partially transparent so elements in the foreground will show through them C) To specify the stack order of the images or elements that overlap D) To specify whether an element can be resized by the user and how it can be resized - ANSWERTo make the foreground element partially transparent so elements in the background will be visible What is needed to provide coordinates in three-dimensional space to create a plane to help orient a 3D object? A) The Y-axis B) The X-axis C) The Z-axis D) The perspective(n)-axis - ANSWER-The Z-axis What happens when you assign a negative z-index value to an element? A) The element will display in front of other elements. B) The element will not render in your browser. C) The element will automatically be assigned an opacity value of 0.0.

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

WGU C777 OBJECTIVE ASSESSMENT TEST BANK WITH 350 QUESTIONS AND
VERIFIED ANSWERS | C777 OA WEB DEVELOPMENT APPLICATIONS | NEWEST
UPDATE 2026/2027 | GUARANTEED SUCCESS.


How does CSS3 allow you to specify any font, even custom fonts, to use in Web documents?

A) All CSS3 fonts are native to HTML5, so documents coded with HTML5 will be able to access them.

B) In CSS3, font libraries can only be stored on the client computer.

C) In CSS3, font libraries can be automatically downloaded from a Web server to the client computer.

D) All fonts are native to HTML5-compatible browsers, so any Web document opened in such a
browser will be able to access them. - ANSWER-In CSS3, font libraries can be automatically
downloaded from a Web server to the client computer.



Why can new features be added to the CSS3 specification more quickly than in previous versions to
enhance its support of borders, backgrounds, colors, text effects and so forth?

A) Because CSS3 is the preferred way to format Web pages created using HTML5

B) Because CSS3 provides a modularized standard

C) Because all browsers are HTML5-compliant


D) Because CSS3 is compatible with both HTML 4.01 and XHTML 1.0 - ANSWER-Because CSS3
provides a modularized standard



How can you specify to include two or more different images in the background of your Web page?

A) Specify to repeat an image using the background-repeat property.

B) Use the opacity property as many times as necessary, one for each distinct image.

C) Specify two or more images in a single declaration using the background-image property.

D) Include two or more consecutive background-image properties within the same tag. -
ANSWERSpecify two or more images in a single declaration using the background-image
property.



The animation-direction property of the @keyframes rule specifies: A)

when the animation will begin.

B) whether the animation is running or paused.

C) the number of times that the animation will play.

,D) whether to play the animation in reverse on alternate cycles. - ANSWER-whether to play the
animation in reverse on alternate cycles.




What CSS3 2D transform method combines all of the 2D transform methods into one, which enables
an element to rotate, scale, move (translate) and skew?

A) Skew(x-angle,y-angle)

B) Matrix(n,n,n,n,n,n)

C) Scale(x,y)


D) Translate(x,y) - ANSWER-Matrix(n,n,n,n,n,n)


Which animation property should you use to specify whether an animation is running or paused?

A) The animation-play-state property

B) The animation-timing-function property

C) The animation-delay property


D) The animation-direction property - ANSWER-The animation-play-state property


Why would you use the CSS3 transform properties in a Web document?

A) To change the shape, size and/or position of an element

B) To change an element from one style to another when a user hovers his or her mouse pointer over
the element

C) To automatically cause an element to change from one set of styles to another when a user opens
your Web page

D) To allow a user to effectively control and operate your Web page - ANSWER-To change the
shape, size and/or position of an element



When you use the CSS3 opacity property, how do you specify the level of transparency to apply? A)

You specify a value between #FFFFFF and #000000. B)

You specify a value between 1.0 and 100.0.

C) You specify a value between 0.0 and 1.0.


D) You specify a value between A and Z. - ANSWER-You specify a value between 0.0 and 1.0.

,Which animation property should you use to specify the number of times that an animation will
play?

A) The animation-iteration-count property

B) The animation-duration property

C) The animation-timing-function property


D) The animation-play-state property - ANSWER-The animation-iteration-count property


Why would you use the CSS3 opacity property when you overlap images or other elements in your
Web page?

A) To make the foreground element partially transparent so elements in the background will be
visible

B) To make the background elements partially transparent so elements in the foreground will show
through them

C) To specify the stack order of the images or elements that overlap


D) To specify whether an element can be resized by the user and how it can be resized - ANSWER-
To make the foreground element partially transparent so elements in the background will be visible



What is needed to provide coordinates in three-dimensional space to create a plane to help orient a
3D object?

A) The Y-axis

B) The X-axis

C) The Z-axis


D) The perspective(n)-axis - ANSWER-The Z-axis




What happens when you assign a negative z-index value to an element? A)

The element will display in front of other elements. B)

The element will not render in your browser.

C) The element will automatically be assigned an opacity value of 0.0.

, D) The element will display behind other elements. - ANSWER-The element will display behind
other elements.


What CSS3 2D and 3D transform method would you use to increase or decrease the size of an
element? A) Scale
B) Skew

C) Matrix


D) Translate - ANSWER-Scale


Which animation property should you use to specify how long an animation will take to complete
one cycle?

A) The animation-play-state property

B) The animation-delay property

C) The animation-timing-function property


D) The animation-duration property - ANSWER-The animation-duration property


What is required to create CSS3 animations?



This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this
task are A to H and alt+1 to alt+9.

A) The @charset rule

B) The @font-face rule

C) The @keyframes rule


D) The @media rule - ANSWER-The @keyframes rule


When you want to create an overlay, how can you specify the stack order of an element? A)

Use the stack property.

B) Use the Y-index property.

C) Use the X-index property.


D) Use the Z-index property. - ANSWER-Use the Z-index property.

Geschreven voor

Instelling
Vak

Documentinformatie

Geüpload op
12 mei 2026
Aantal pagina's
80
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€13,24
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
DRBRIGHT2026 Chamberlain College Of Nursing
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
936
Lid sinds
3 jaar
Aantal volgers
696
Documenten
5834
Laatst verkocht
1 dag geleden
ALPHA STUDY CENTRE.

Alpha Academy is a dedicated study centre where you will find QUALITY & RELIABLE study resources that will help you prepare, revise and pass your examinations for all majors and modules in real TIME.. Good Luck from ALPHA ACADEMY.

3,7

186 beoordelingen

5
95
4
26
3
19
2
8
1
38

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen