Workshop Quiz 2

Workshop Quiz 2

University

9 Qs

quiz-placeholder

Similar activities

Week 3 Homework Review

Week 3 Homework Review

University

14 Qs

Pautan Teks dan Imej dalam HTML

Pautan Teks dan Imej dalam HTML

1st Grade - University

5 Qs

Tech Time

Tech Time

KG - Professional Development

5 Qs

Matematyka

Matematyka

4th Grade - University

10 Qs

HTML + CSS

HTML + CSS

12th Grade - Professional Development

10 Qs

Theory of Automata and Formal Languages

Theory of Automata and Formal Languages

University

10 Qs

Հարի Փոթեր

Հարի Փոթեր

University

10 Qs

HTML Basics

HTML Basics

University

10 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