pg. 1
D276 WGU LATEST UPDATE 2024 ACTUAL
NEWEST EXAM QUESTIONS AND CORRECT
DETAILED ANSWERS/ GRADED A+
Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages. Correct Answer - HTML
Names the widget and sends the widget's value when the widget's form is submitted.Correct Answer - name attribute
Used to give a widget a unique identifier. - Correct Answer - id
Specifies text that first appears in a text widget, typically for giving the user a hint as to the expected value. - Correct Answer - placeholder attribute (widget)
Specifies a default value for a widget. - Correct Answer -value attribute (widget)
Displays descriptive text associated with a specific widget. - Correct Answer -label
A widget specified by opening and closing tags that allows users to enter multiple lines of text. - Correct Answer -textarea
Allows users to check, or select, a value, many values, or no value at all. Correct Answer - checkbox
A widget for input elements with the type attribute of "radio", which allows users to select exactly one value from possibly many values. - Correct Answer -radiobutton 1 / 3
pg. 2
Allows users to select one of several predefined values. Requires elements for each predefined value. Correct Answer -drop-down menu
A mechanism that allows a web page element to function correctly even if the browser does not support a particular element. Correct Answer -fallback
A fallback using JavaScript code that makes certain HTML features work on browsers that do not natively support those features. Correct Answer -polyfill
HTML5 element that plays an audio file in a web page. Correct Answer -audio element
An HTML5 element that displays a video in a web page. - Correct Answer - Video element
Allows a web page to be embedded in a rectangular area of the current web page.Correct Answer -iframe
Allows a web page to include executable code, which the browser assumes to be JavaScript unless indicated otherwise.Correct Answer -script
Allows the web page to introduce presentational directives, usually CSS. Correct Answer - style
Extensible Markup Language (XML) is a markup language proposed by the W3C.Unlike HTML, it is case sensitive. Correct Answer -XML
A layout that allows page contents to fill the browser, sometimes by using percentages for widths. Correct Answer -Fluid Layout
- / 3
pg. 3 A CSS layout mode that provides an efficient way to lay out elements in a container so the elements behave predictably when the container is resized for viewed on different screen sizes. Correct Answer -Flexible Box or Flexbox
An element that has the CSS property display set to 'flex' to create a block-level flex container or inline-flex to create an inline flex container.Correct Answer -Flex Container
A CSS property that defines the direction of flex items within the container. Correct Answer -Flex-Direction
A CSS property that sets the initial length of a flex item. Auto is Default. Can be % or unit. Correct Answer -Flex-basis
- A CSS property that sets a proportion that determines how much of the available
container space should be assigned to the item. The default is 0, meaning the size should be based on the item's content. Correct Answer - Flex-grow
A CSS property that sets a proportion that determines the item's minimum size. Default is 1. 0 means the item should not change sizes when container shrinks. Correct Answer -Flex-shrink
A shorthand CSS property that specifies flex-grow, flex-shrink, and flex-basis values together.Correct Answer - Flex-property
A CSS layout mode that divides a web page into a rectangular grid in which to position page elements. Correct Answer -Grid Layout
XML tags follow one of two formats; elements tag (
- / 3