WGU C777 (WEB DEVELOPMENT APPLICATION)
The HTML5 APIs can be used to create:
âœâ€Ã¢Å“â€apps for mobile devices
Unlike a mobile Web site, a mobile app is:
âœâ€Ã¢Å“â€a Web application designed for a specific mobile operating system
In programming, developers use what two other terms to refer to the
attributes and behaviors assigned to objects?
âœâ€Ã¢Å“â€Properties and methods
The Word Wide Web is based upon which programming model?
âœâ€Ã¢Å“â€An event-driven model
JavaScript follows mathematical precedence, which means that:
âœâ€Ã¢Å“â€parenthetical expressions take precedence over multiplication
CSS3 allows you to create borders using a picture instead of just a line.
Which property is used for this purpose?
âœâ€Ã¢Å“â€border-image
As a Web designer, you want to ensure that HTML elements will not
overlap or lay against one another when users render your Web pages in
a browser. Which of the following can you use to help you configure the
space around each HTML element?
âœâ€Ã¢Å“â€The CSS Box Model