Quiz 1 Review -- JS & HTML

Quiz 1 Review -- JS & HTML

7th Grade

33 Qs

quiz-placeholder

Similar activities

JavaScript Basics 1

JavaScript Basics 1

6th - 8th Grade

30 Qs

CS Discoveries Unit 1-3 Overview

CS Discoveries Unit 1-3 Overview

6th - 8th Grade

32 Qs

Web development

Web development

3rd - 12th Grade

31 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

JS Quiz

JS Quiz

7th Grade

34 Qs

JavaScript Dates and Exceptions

JavaScript Dates and Exceptions

6th - 8th Grade

37 Qs

JavaScript Coding

JavaScript Coding

7th Grade - University

30 Qs

PROGRAMACION WEB

PROGRAMACION WEB

5th Grade - University

28 Qs

Quiz 1 Review -- JS & HTML

Quiz 1 Review -- JS & HTML

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Aaliyah Davy

Used 3+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create the largest heading?

<h2>

<img>

<heading>

<h1>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element displays an image?

<img>

<ul>

<ol>

  • <a>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to add a paragraph?

A) <paragraph> My Paragraph </paragraph>

B)

<p>This is my paragraph.</p>

C) <h1>My Paragraph</h1>

D) <img>My Paragraph</img>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTML tag for creating a paragraph is ______.

<a>

<p>

<ul>

<img>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt