0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
HTML is used to create…
HTML stands for…
What are the HTML tags for a paragraph?
The <br> tag will…
CSS commands are written…
JavaScript commands are written…
What does the following HTML code do?
<input type=”button” value=”Click me” onclick=”run()”>
When does JavaScript code run?
<button ______ =”alert(‘Hello’)”>Click me.</button>
To complete the above code, the missing command _____ should be…
<button onclick=”myFunction()”>Click me.</button>
This command displays a button that when clicked….