Question
USING HTML AND JAVASCRIPT CODRF PROVIDED ADDED THE FOLLOWING FEATURES LISTED IN BOLD : 1. Provide the following information: First Name, Last Name, and Email
USING HTML AND JAVASCRIPT CODRF PROVIDED ADDED THE FOLLOWING FEATURES LISTED IN BOLD:
1. Provide the following information: First Name, Last Name, and Email for Assessment. (validate input). 2. Take a Test/Quiz (minimum 5 multiple choice questions). 3. Submit the result of the Test/Quiz.
Note: The following information should be available on the different document/window: a. Information about student, b. Total grade (%) c. Statistics (Example: Q1 wrong /correct).
HTML CODE:
-
What does HTML stand For
Home took Markup Language Hypertext Markup Language Hyperlinks and Text Markup Language I don't know -
Who is making Web Standards
Mozilla The World Wide Web Consortium Google Microsoft -
Choose the correct HTML element fo the largest heading:
heading h1 head h6 -
Choose the correct HTML element to define important text:
important i strong b -
How can you make a numbered list?
ul list dl ol
JAVASCRIPT CODE:
var answers = ["A","C","B"], tot = answers.length;
function getCheckedValue( radioName ){ var radios = document.getElementsByName( radioName ); for(var y=0; y function getScore(){ var score = 0; for (var i=0; i function returnScore(){ alert("Your score is "+ getScore() +"/"+ tot); }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started