HTML QUIZ

HTML QUIZ

5th Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

TERCEIRÃO - REVISÃO PARA A PROVA DE PORTUGUÊS

TERCEIRÃO - REVISÃO PARA A PROVA DE PORTUGUÊS

12th Grade - University

12 Qs

LPO - Trace e SIGA

LPO - Trace e SIGA

Professional Development

20 Qs

QUIZ 1 ASKEB 1

QUIZ 1 ASKEB 1

University

20 Qs

Quiz Mobilku BCMH Week 2 (12/12/20)

Quiz Mobilku BCMH Week 2 (12/12/20)

Professional Development

15 Qs

Test_Chapter2_part2

Test_Chapter2_part2

University

15 Qs

ข้อสอบการฝึกงาน ป.1

ข้อสอบการฝึกงาน ป.1

7th Grade

16 Qs

Cause et conséquence

Cause et conséquence

9th - 11th Grade

14 Qs

Intervalos

Intervalos

1st - 10th Grade

19 Qs

HTML QUIZ

HTML QUIZ

Assessment

Quiz

Professional Development, Other

5th Grade - Professional Development

Practice Problem

Medium

Created by

Daniel Kim

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this tag mean?

<!DOCTYPE html>

It is telling the browser that the code is HTML 4.

It is telling the browser that the code is HTML 5.

It means it is a XML Document.

It means it is a XHTML Document.

Answer explanation

The <!DOCTYPE html> tag tells the browser that the file is a HTML file (does not necessarily mean has to be HTML 5)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The <!DOCTYPE html> tag is required on all HTML Documents.

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The <center> and <font> elements is a new HTML 5 element.

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The <p> element is used for:

Images

Buttons

Text

Links

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Martha used the _____ attribute to section multiple things with the same name.

Example: <div ___ ="nav">

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You can resize the image inside the <img> tag using HTML.

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

A programmer wants to make a article section in HTML 5.

What are 3 possible ways he could do that?

<div id="article">

<p>This is a article.</p>

</div>

<div class="article">

<p>This is a article.</p>

</div>

<main-article class="article">

<p>This is a article.</p>

</main-article>

<article>

<p>This is a article.</p>

</article>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?