- | Page
WGU C777 WEB DEVELOP MENT
APPLICATIONS POST-
ASSESSMENT WITH 100%
CORRECT ANSWER: S
Question : Which of the following statements about
HTML5 is true?CORRECT ANSWER: : HTML5 does not require third- party plug-ins for video and audio content
Question : What is the purpose of using the
element in a Web form?CORRECT ANSWER:: It displays the result of a calculation in the form
Question : Why are syntax errors so common when
writing JavaScript code?CORRECT ANSWER: : Because JavaScript is case- specific
- | Page
Question : What CSS3 property can be used to create
rounded corners on an image or other element?CORRECT ANSWER: : border-radius
Question : What type of JavaScript expression evaluates
to true or false?CORRECT ANSWER: : Logical
Question : Which statement is true about JavaScript?
CORRECT ANSWER: : JavaScript is widely used for client-side and server-side scripts
Question : You have created a Web page using the
HTML5
area. Consider the following external style sheet code:nav
{float:left;width:165px;background:#d8d8d8
url(background.gif) top right;height:662px;}Where on the
page will the image (background.gif) appear?CORRECT ANSWER: : At the top right of the nav section
- | Page
Question : Kate has created a complex script that she
wants to attach to multiple HTML files, but she also wants to add a simple script to only certain sections of one page. What must she do to apply both scripts?CORRECT ANSWER: : She must use separate What is the expected result when this script is run in the browser?CORRECT ANSWER: : Two alert boxes, both displaying the message Green
Question : 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:
CORRECT ANSWER: : a Web design technology that enables you to determine how the HTML elements in your Web pages will display