G8 html activity

G8 html activity

8th Grade

9 Qs

quiz-placeholder

Similar activities

Quiz de Introdução ao HTML

Quiz de Introdução ao HTML

8th Grade

10 Qs

Ôn tập HTML

Ôn tập HTML

6th - 8th Grade

8 Qs

behruz

behruz

6th - 8th Grade

8 Qs

Basic Logic & Programming pt.2

Basic Logic & Programming pt.2

6th Grade - University

10 Qs

Quiz de Lógica em Python

Quiz de Lógica em Python

6th Grade - University

8 Qs

TEKNOLOJİ VE TASARIM 8-1

TEKNOLOJİ VE TASARIM 8-1

8th Grade

13 Qs

Quiz z Informatyki

Quiz z Informatyki

8th Grade

10 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

G8 html activity

G8 html activity

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

Afnan Alhazmi

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Home Tool Markup Language

Hyper Text Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct HTML element for the largest heading:

<head>

<h1>

<h6>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for inserting a line break?

<br>

<break>

<lb>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ refers to a block of code that performs a specific task or operation.

<html>

VAR

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used to indicate an end tag?

<

/

^

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for encloses paragraphs on the website

<p>

<paragraph>

<h1>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is a pre-defined function in JavaScript that displays a pop-up box.

getElementByld()

alert()

Var

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for adding image on a website?

<img>

<image>

<html>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To declare a variable in JavaScript, the _______

Alert()

<form>

Var