Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 18 pages
Exam (elaborations)

WGU C777 final exam (latest update ) question with verified answer -Grade a

Document preview thumbnail
Preview 3 out of 18 pages

WGU C777 final exam (latest update ) question with verified answer -Grade a

Content preview

WGU C777 final exam (latest update
2026/2027) question with verified answer
{Grade a}

What is <fieldset> - Correct answer group several controls and labels within a web


form. Regroup in semantic ways




<form>


<fieldset>


<legend></legend>


<input type="radio" id="S1" name="S1" value="S1">


<label for="S1">S1</label><br>


<input type="radio" id="S2" name="S2" value="S2">

<label for="S2">S2</label><br>


</fieldset>


</form>




What is <datalist> - Correct answer Input form to give the user different options

(dropdown list)

,Remember this




What is <keygen> - Correct answer Create hidden keys for encryption within HTML


using RSA. Not used anymore but still:


Remember this




What is <output> - Correct answer makes use of the FOR attribute in froms. Shows the


value calculated by entries


Remember this




How to set a string or node as the children of a element - Correct answer


Element.after()


I.e. A.after(span);

Js code. () are after the element


Remember this




Input validation

Phone number - Correct answer pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}"

, Input validation ipv4 - Correct answer pattern="\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}"


Do you see the difference between the phone example with [ ] and this example with \


to group the segments? Here I also used \d for any digits instead of [0-9]


Remember this




Input validation country code (3 letter code like USA CAN GER) - Correct answer


pattern="[A-Za-z]{3}




Pattern understanding


(?=^.{8,}$) - Correct answer there are at least 8 characters. See the , after 8? That


means 8 or infinity


?=look, ^=start with, .=any character, 8,= 8 or more, $=end

Remember this




Pattern understanding


(?=.*\d) - Correct answer there is at least a digit

Remember this

Document information

Uploaded on
July 15, 2026
Number of pages
18
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$14.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
9
Followers
0
Items
813
Last sold
2 months ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions