WGU C777 Web Development
Applications (Latest Update 2026/2027)
Question with Verified Answer {Grade A}
Window.onpopstate - Correct answer An event handler that is called when the history
changes for a document in the browser window
Text() - Correct answer jquery method that sets or returns the text content of selected
elements
Html() - Correct answer jquery method that sets or returns the content of selected
elements (including HTML markup)
Val() - Correct answer jquery method that sets or returns the values of form fields
Attr() - Correct answer jquery method used to get and set attribute values. The method
all can set multiple attributes simultaneously.
,Append() - Correct answer jquery method to insert content at the end of the selected
elements
Prepend() - Correct answer jquery method to insert content at the beginning of the
selected elements
After() - Correct answer jquery method to insert content after the selected elements
Before() - Correct answer jquery method to insert content before the selected
elements
Remove() - Correct answer jquery method to remove and element and its children
Empty() - Correct answer jquery method to remove the children of an element, but not
the element itself
Text - Correct answer If the type of an input element is omitted, the browser infers it to
be this
, Text - Correct answer If the type of an input is not supported by a browser, the
browser will default to this type
Color - Correct answer HTML5 input type allowing the user to pick a color
Date - Correct answer HTML5 input type allowing the user to enter a date (without
time zone) using a drop-down date-picker calendar
Datetime - Correct answer HTML5 input type allowing the user to choose a date and
time with a GMT time zone
Datetime-local - Correct answer HTML5 input type allowing the user to choose a date
and time with a local time zone
Email - Correct answer HTML5 input type allowing the user to enter one or more e-
mail addresses
Applications (Latest Update 2026/2027)
Question with Verified Answer {Grade A}
Window.onpopstate - Correct answer An event handler that is called when the history
changes for a document in the browser window
Text() - Correct answer jquery method that sets or returns the text content of selected
elements
Html() - Correct answer jquery method that sets or returns the content of selected
elements (including HTML markup)
Val() - Correct answer jquery method that sets or returns the values of form fields
Attr() - Correct answer jquery method used to get and set attribute values. The method
all can set multiple attributes simultaneously.
,Append() - Correct answer jquery method to insert content at the end of the selected
elements
Prepend() - Correct answer jquery method to insert content at the beginning of the
selected elements
After() - Correct answer jquery method to insert content after the selected elements
Before() - Correct answer jquery method to insert content before the selected
elements
Remove() - Correct answer jquery method to remove and element and its children
Empty() - Correct answer jquery method to remove the children of an element, but not
the element itself
Text - Correct answer If the type of an input element is omitted, the browser infers it to
be this
, Text - Correct answer If the type of an input is not supported by a browser, the
browser will default to this type
Color - Correct answer HTML5 input type allowing the user to pick a color
Date - Correct answer HTML5 input type allowing the user to enter a date (without
time zone) using a drop-down date-picker calendar
Datetime - Correct answer HTML5 input type allowing the user to choose a date and
time with a GMT time zone
Datetime-local - Correct answer HTML5 input type allowing the user to choose a date
and time with a local time zone
Email - Correct answer HTML5 input type allowing the user to enter one or more e-
mail addresses