
HTML, CSS, Javascript
Flashcard
•
Computers
•
11th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

19 questions
Show all answers
1.
FLASHCARD QUESTION
Front
The output of the below code is:
<p id="demo"></p>
<script>
var text = "";
var i;
for (i = 0; i < 5; i++) {
text += "The number is " + i + "<br>";
}
document.getElementById("demo").innerHTML = text;
Back
The number is 0
The number is 1
The number is 2
The number is 3
The number is 4
2.
FLASHCARD QUESTION
Front
Which of the following is the largest heading? h2, h3, h4, h6
Back
h2
3.
FLASHCARD QUESTION
Front
HTML tag that defines a division or a section in an HTML document
Back
div
4.
FLASHCARD QUESTION
Front
HTML tag defines a hyperlink
Back
5.
FLASHCARD QUESTION
Front
Symbol used in JavaScript to define a program block
Back
{ }
6.
FLASHCARD QUESTION
Front
Symbol used to end a JavaScript statement
Back
;
7.
FLASHCARD QUESTION
Front
It adds interactivity to web pages.
Back
JavaScript
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?