Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

WGU C777 WEB DEVELOPMENT PRACTICE EXAM QUESTIONS WITH CORRECT DETAILED ANSWERS | ALREADY GRADED A+RECENT VERSION

Puntuación
-
Vendido
-
Páginas
99
Grado
A+
Subido en
05-07-2025
Escrito en
2024/2025

WGU C777 WEB DEVELOPMENT PRACTICE EXAM QUESTIONS WITH CORRECT DETAILED ANSWERS | ALREADY GRADED A+RECENT VERSION 1) Html5, css, javascript - answer the web development trifecta 2) Main - answer html5 tag defining the main body of a document. Cannot be the child of the header, nav, article, aside, or footer elements. 3) Header and footer - answer these elements can also be included in article, aside, nav, main, and section elements, not just on the page itself 4) Source - answer this element identifies the file(s) to use in a video or audio element 5) Style guide - answer a set of standards for the writing and/or design of documents 6) Ie9 - answer this version of ie is the first to support html5 7) Add them via js, make them block via css - answer what should you do to support html5 elements in pre-ie9 browsers. 8) Selector - answer the term for the part of css code that refers to the element you want to style 9) Declaration - answer in css, the term for a property and value pair. It must always end with a semicolon 10) Rule - answer in css, the name for a selector, property and value all grouped together 11) Inheritance - answer the word "cascading" in css refers to this concept 12) External, embedded, inline - answer the cascading order of css style sheets, ordered from lowest priority to highest 13) Rel, type, href - answer linking to a css file requires these attributes in the link element 14) Style - answer embedded css should be placed in a block defined by this element 15) Style - answer inline css should be placed in an attribute with this name 16) Document flow - answer the arrangement of content elements on a page and how the space is used. Does it fall from top to bottom in stacks, or does some content float to one side or the other? 17) Curly braces - answer these are not used when defining inline css styles 18) Clear - answer use this css property to avoid having floating elements before/after another element 19) Static - answer in css, the "normal, or default", position of block elements within a page 20) Relative - answer in css, positioning a block element relative to another element 21) Absolute - answer in css, this causes the element to appear to float above the document and can be positioned as needed. It is completely removed from the rest of the page flow. 22) Fixed - answer in css, this causes the element to remain in the same position when the page is scrolled 23) Inherit - answer in css, this causes the element to inherit its parent's position 24) Padding - answer in the box model, this is the space between the content and the border 25) Margin - answer in the box model, this is the space between the border and surrounding elements 26) Content, padding, border, and margin - answer add all of these up to get the full size of an element in the box model 27) Element[attribute$=value] - answer this css3 selector selects every instance of a specified element whose specified attribute ends with the specified value 28) Element[attribute*=value] - answer this css3 selector selects every instance of a specified element whose specified attribute contains the specified substring value 29) Element[attribute^=value] - answer this css3 selector selects every instance of a specified element whose specified attribute begins with the specified value 30) Element: checked - answer this css3 selector selects every checked instance of a specified element 31) Element: disabled - answer this css3 selector selects every disabled instance of a specified element 32) Element: enabled - answer this css3 selector selects every enabled instance of a specified element 33) Element: first-of-type - answer this css3 selector selects every instance of a specified element that is the first of its parent 34) Element: last-of-type - answer this css3 selector selects every instance of a specified element that is the last of its parent 35) Element1~element2 - answer this css3 selector selects every instance of element2 that is preceded by an instance of element1 where both have the same parent. Element2 need not be immediately preceded by element1 36) Multiple images - answer css3 now allows this in the background 37) Background-clip - answer css3 property determining whether the background extends into the border or not (content, padding, or border) 38) Background-origin - answer css3 property defining the location to which the background-position property should be relative (content, padding, or border) 39) Length, percentage, cover, contain - answer css3 values used in a background-size property. Last two are optional. Default is auto. 40) Rgba - answer whereas the opacity property applies to an element and its children, you can use this to specify the opacity of a single element 41) @font-face - answer css3 rule allowing you to specify custom fonts 42) 400 - answer this font weight is the same as normal 43) 700 - answer this font weight is the same as bold 44) 100-900 - answer range of font weights 45) Text-shadow - answer ie9 and earlier do not support this text property 46) Font-family and src - answer these two css3 properties are required by @font-face 47) Transform - answer an effect that changes an element's shape, size and/or position 48) Transform-origin - answer property that allows you to change a transformed element's position 49) Transform-style - answer property that specifies whether child elements will retain the parent element's position in 3d space 50) Perspective - answer property that specifies the perspective from which a 3d child element is viewed by defining how far it is placed from view 51) Perspective-origin - answer property that specifies the bottom position of a 3d element 52) Back face-visibility - answer property that defines whether or not an element is visible when it is rotated to face away from the viewer 53) Ie10+, fire fox, opera - answer these browsers support the transform property

Mostrar más Leer menos
Institución
WGU C777 WEB DEVELOPMENT
Grado
WGU C777 WEB DEVELOPMENT

Vista previa del contenido

WGU C777 WEB DEVELOPMENT
PRACTICE EXAM QUESTIONS WITH
CORRECT DETAILED ANSWERS |
ALREADY GRADED A+<RECENT
VERSION>


1) Html5, css, javascript - answer the web development trifecta


2) Main - answer html5 tag defining the main body of a document.
Cannot be the child of the header, nav, article, aside, or footer elements.


3) Header and footer - answer these elements can also be included in
article, aside, nav, main, and section elements, not just on the page itself


4) Source - answer this element identifies the file(s) to use in a video or
audio element


5) Style guide - answer a set of standards for the writing and/or design of
documents


6) Ie9 - answer this version of ie is the first to support html5

,7) Add them via js, make them block via css - answer what should you
do to support html5 elements in pre-ie9 browsers.


8) Selector - answer the term for the part of css code that refers to the
element you want to style


9) Declaration - answer in css, the term for a property and value pair. It
must always end with a semicolon


10) Rule - answer in css, the name for a selector, property and value
all grouped together


11) Inheritance - answer the word "cascading" in css refers to this
concept


12) External, embedded, inline - answer the cascading order of css
style sheets, ordered from lowest priority to highest


13) Rel, type, href - answer linking to a css file requires these
attributes in the link element


14) Style - answer embedded css should be placed in a block
defined by this element


15) Style - answer inline css should be placed in an attribute with
this name


16) Document flow - answer the arrangement of content elements
on a page and how the space is used. Does it fall from top to bottom in
stacks, or does some content float to one side or the other?

,17) Curly braces - answer these are not used when defining inline
css styles


18) Clear - answer use this css property to avoid having floating
elements before/after another element


19) Static - answer in css, the "normal, or default", position of block
elements within a page


20) Relative - answer in css, positioning a block element relative to
another element


21) Absolute - answer in css, this causes the element to appear to
float above the document and can be positioned as needed. It is
completely removed from the rest of the page flow.


22) Fixed - answer in css, this causes the element to remain in the
same position when the page is scrolled


23) Inherit - answer in css, this causes the element to inherit its
parent's position


24) Padding - answer in the box model, this is the space between
the content and the border


25) Margin - answer in the box model, this is the space between the
border and surrounding elements

, 26) Content, padding, border, and margin - answer add all of these
up to get the full size of an element in the box model


27) Element[attribute$=value] - answer this css3 selector selects
every instance of a specified element whose specified attribute ends with
the specified value


28) Element[attribute*=value] - answer this css3 selector selects
every instance of a specified element whose specified attribute contains
the specified substring value


29) Element[attribute^=value] - answer this css3 selector selects
every instance of a specified element whose specified attribute begins
with the specified value


30) Element: checked - answer this css3 selector selects every
checked instance of a specified element


31) Element: disabled - answer this css3 selector selects every
disabled instance of a specified element


32) Element: enabled - answer this css3 selector selects every
enabled instance of a specified element


33) Element: first-of-type - answer this css3 selector selects every
instance of a specified element that is the first of its parent


34) Element: last-of-type - answer this css3 selector selects every
instance of a specified element that is the last of its parent

Escuela, estudio y materia

Institución
WGU C777 WEB DEVELOPMENT
Grado
WGU C777 WEB DEVELOPMENT

Información del documento

Subido en
5 de julio de 2025
Número de páginas
99
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas
$11.99
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
jervismuthami Teachme2-tutor
Ver perfil
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
10
Miembro desde
1 año
Número de seguidores
0
Documentos
573
Última venta
2 meses hace

4.5

2 reseñas

5
1
4
1
3
0
2
0
1
0

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes