HTML & JavaScript Assessment

HTML & JavaScript Assessment

9th - 10th Grade

15 Qs

quiz-placeholder

Similar activities

HTML basics 10B

HTML basics 10B

10th Grade

20 Qs

Intro to HTML

Intro to HTML

8th - 12th Grade

20 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Intro to HTML Quiz 1

Intro to HTML Quiz 1

9th Grade

20 Qs

CODE Review

CODE Review

9th - 10th Grade

15 Qs

Grade 10 Quiz # 2

Grade 10 Quiz # 2

10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

Web HTML

Web HTML

10th Grade - University

20 Qs

HTML & JavaScript Assessment

HTML & JavaScript Assessment

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

ola sadek

Used 80+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You should save HTML files with which file extension?
.htm
.index
.webpage
.html

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the largest heading? 
h2
h3
h4
h6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way of defining an HTML5 document?
<!DOCTYPE html>
<!DOCTYPE HTML5>
<!DOCTYPE html "PUBLIC">
<DOCTYPE html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML5 incorporates three kinds of code: HTML, CSS and Javascript. Which of these provides the structure to a webpage?
Javascript
HTML
CSS
None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an HTML element?
The starting tag
The ending tag
The content between the tags
Everything from start to end tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br>
<break>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a loop?

if(x<10)

while(x<10)

var x=10;

text(x,10;10)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?