Workshop Quiz 2

Workshop Quiz 2

University

9 Qs

quiz-placeholder

Similar activities

Test HTML5

Test HTML5

University

10 Qs

lesson1 quiz

lesson1 quiz

6th Grade - Professional Development

7 Qs

HTML5 Quiz level - Intermediate

HTML5 Quiz level - Intermediate

1st Grade - Professional Development

5 Qs

Tes Potensi Akademik 2

Tes Potensi Akademik 2

10th Grade - University

10 Qs

Thử thách HTML

Thử thách HTML

University

10 Qs

PHP questions

PHP questions

University

9 Qs

Sharing Session #2 - Review

Sharing Session #2 - Review

University

10 Qs

Worksheet #2 CpET12L

Worksheet #2 CpET12L

University

14 Qs

Workshop Quiz 2

Workshop Quiz 2

Assessment

Quiz

Other

University

Medium

Created by

Gnaneshwar Reddy

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to specify a footer for a document or section?

<footer>

<header>

<bottom>

<section>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

alt

longdesc

src

title

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element defines the title of a document?

<title>

<head>

<meta>

all the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is correct HTML for making a text area?

<textarea>

<input type="textbox">

<input type="textarea">

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for making a drop down list?

<input type="list">

<input type="dropdown">

<list>

<select>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for making a text input field?

<input type="textfield">

<input type="text">

<textinput type="textbox">

<input="textbox">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for making a checkbox?

<input type="checkbox">

<input type="check">

<check>

<checkbox>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Block elements are normally displayed without starting a new line.

False

True

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML comments starts with <!-- and end with -->

False

True