AND PRE ASSESSMENT TEST / WGU C777 WEB DEVELOPMENT
APPLICATION ACTUAL OA AND PRE ASSESSMENT TEST WITH
PRACTICE QUESTIONS COMPLETE ACCURATE QUESTIONS AND
CORRECT VERIFIED ANSWERS (A NEW UPDATED VERSION)
|GUARANTEED PASS A+
You are a novice Web developer, and your mentor has
suggested that you familiarize yourself with HTML5 and
Cascading Style Sheets (CSS). Being somewhat
unfamiliar with CSS, you discover that it is:
Answer- a Web design technology that enables you to
determine how the HTML elements in your Web pages
will display
Which CSS property can create rectangles with rounded
corners around text?
Answer- border-radius
Which CSS property defines how text should be handled
when it extends beyond its allotted area?
,Answer- text-overflow
Which JavaScript event occurs when the mouse pointer
leaves from a link, image or other visible element on the
page?
Answer- mouse out
Which CSS3 selector can you use to apply a style to the
first paragraph of every container in a Web page?
Answer- p: first-of-type
What is another common name for the technique of
requesting and reusing data using the JavaScript
XMLHttpRequest object with HTML pages and CSS?
Answer- AJAX
,To allow users to change the size of elements on a Web
page, such as a <div> element, you can add which CSS3
property?
Answer- resize
Which of the following is a JavaScript event that occurs
when a page opens in the browser?
Answer- load
Which DOM method is used by the <canvas> element to
return a context object, which provides properties and
methods that can be used to draw and manipulate images
on the canvas?
Answer- get Context ()
What HTML5 form element provides users with a drop-
down menu of pre-defined choices and an autocomplete
feature that filters choices while they type?
, Answer- The <data list> element
You are creating a mobile version of a community
discussion site for busy moms. Users post questions and
other topics for discussion. Some days there are as many
as 20 new discussion threads. Considering your audience,
what might be the best way to lay out navigation elements
on the home page?
Answer- Create a small, collapsible navigation bar at the
top of the home page so users can see new topics without
scrolling
Which CSS3 property can you use to apply a shadow
effect to text?
Answer- text-shadow
Consider the following code: