C777 Web Development Applications Post-Assessment
- studiers today 5.0 (6 reviews)
Students also studied Terms in this set (87) Western Governors UniversityC 777 Save WGU C777 Final includes some I mis...73 terms j8niPreview
C777 Unit 5: Forms
Teacher 67 terms cmwebPreview
C777 Unit 3: JavaScript
Teacher 70 terms cmwebPreview
C777 U
Teacher cmw Practice questions for this set Learn1 / 7Study using Learn Each time a user logs on to a service, shops or conducts online business, he or she is
filling information into:
Which of the following statements about HTML5 is true? HTML5 does not require third-party plug-ins for video and audio content What is the purpose of using the
Why are syntax errors so common when writing JavaScript code?Because JavaScript is case-specific What CSS3 property can be used to create rounded corners on an image or other element?border-radius What type of JavaScript expression evaluates to true or false?Logical Which statement is true about JavaScript?JavaScript is widely used for client-side and server-side scripts You have created a Web page using the HTML5
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?At the top right of the nav section 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?She must use separate [removed] elements to call the external script file and to embed a separate script Vivi is creating a Web page that will allow her employees to upload their timesheets to the company intranet. What HTML5 API can she use to restrict uploads to a specific file type?The File API Which method of form input validation is sometimes referred to as "pogo-sticking" and may lead to users becoming frustrated or impatient with the form?Requiring users to click Submit before validation occurs Which HTML5 attribute can help users input valid form data in the
Consider the following code:
[removed] var v1 = "Blue"; function f () { v1 = "Green"; alert (v1); } f(); alert (v1); [removed] What is the expected result when this script is run in the browser?Two alert boxes, both displaying the message Green 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:
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?border-radius Which CSS property defines how text should be handled when it extends beyond its allotted area?text-overflow Which JavaScript event occurs when the mouse pointer leaves from a link, image or other visible element on the page?mouseout Which CSS3 selector can you use to apply a style to the first paragraph of every container in a Web page?
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?
AJAX To allow users to change the size of elements on a Web page, such as a