- | P a g e
1
WGU C77 WEB DEVELOPMENT APPLICATIONS OA ACTUAL
EXAM 3 VERSIONS AND STUDY GUIDE WITH COMPLETE 550
QUESTIONS AND DETAILED CORRECT ANSWERS 2024-2025
UPDATE JUST RELEASED
WGU C777 EXAM A
What is a CSS selector?
- The property in a markup tag to which designated styles are applied
- The value in a markup tag you want to change with a CSS style
- Any element to which designated styles are applied
- A format instruction in a CSS file - ANSWER-Any element to which designated styles are
applied
If your company standard is to use Windows XP and IE8, what can you do to create a company intranet using HTML5 and CSS elements?
- You must define structural elements using HTML 4.01, and add a new rule to CSS to define
- You must add JavaScript code to your HTML documents to create HTML5 structural
- You must define structural elements using XML, and add a new rule to CSS to define the XML
the HTML 4.01 structural elements as block-level elements.
elements, and add a new rule to CSS to define the HTML5 structural elements as block-level elements.
structural elements as block-level elements. 1 / 4
- | P a g e
2
- You must define structural elements using XHTML, and add a new rule to CSS to define the
XHTML structural elements as block-level elements. - ANSWER-You must add JavaScript code to your HTML documents to create HTML5 structural elements, and add a new rule to CSS to define the HTML5 structural elements as block-level elements.
What is the default value for aligning images relative to text using CSS?
- Middle
- Left
- Top
- Bottom - ANSWER-Bottom
For which element of the CSS Box Model can you specify the width, style and color attributes?
- Margin
- Padding
- Content
- Border - ANSWER-Border
Which of the following should you use to define a common format for your Web site and standardize the appearance of the site?
- A rule style 2 / 4
- | P a g e
3
- A selector
- A declaration
- A style guide - ANSWER-A style guide
How do you embed CSS in a single Web page as an internal style sheet?
- Add the attribute directly to the element tag to which you want to apply the style.
- Add the element to the section of your HTML file.
- Add the element to the section of your HTML file.
- Add the element to the
of your HTML file. - ANSWER-Add the
element to the
section of your HTML file.You can link an HTML file to an external style sheet using the HTML element. Which of the following attributes specifies the location of the linked document?
- The type attribute
- The rel attribute
- The href attribute
- The src attribute - ANSWER-The href attribute
If you use CSS to specify a particular font, what occurs when you try to view a Web page on a system in which the font is not available? 3 / 4
- | P a g e
4
- The browser will display the content to which the font is applied in a default font face.
- The browser will not allow you to open the HTML page until you specify the browser's
- The browser will automatically download the font face from the W3C font repository.
- The browser will render invisible the content to which the font is applied. - ANSWER-The
default font in the CSS document.
browser will display the content to which the font is applied in a default font face.
Which of the following would be the best method to use for floating images to the left and right of text in HTML5?
- The height attribute of the
element
- The width attribute of the
element
- CSS classes
- The inline CSS style attribute - ANSWER-CSS classes
Why is implementing the liquid layout using CSS the preferred method of designing Web pages for mobile devices?
- Because the size of each element is fixed and you can manually change its height and width
- Because the liquid layout using CSS is the page-layout method native to all mobile apps
- Because the liquid layout enables you to assign specific pixel widths to elements using the
- / 4
by applying CSS styles to it
HTML5 structural elements or the