day 3 quiz 1

day 3 quiz 1

Professional Development

5 Qs

quiz-placeholder

Similar activities

Java Server Page

Java Server Page

Professional Development

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

FrontEnd: Primeiros Passos

FrontEnd: Primeiros Passos

Professional Development

10 Qs

L1_M5_W1_Q3

L1_M5_W1_Q3

Professional Development

3 Qs

HTML -1

HTML -1

Professional Development

10 Qs

Pre-Test

Pre-Test

Professional Development

10 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

ทดสอบหลังเรียนสัปดาห์ที่ 6

ทดสอบหลังเรียนสัปดาห์ที่ 6

Professional Development

10 Qs

day 3 quiz 1

day 3 quiz 1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Shiva Kota

Used 21+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of iframe?

It will navigate from the current HTML page to a new page.

it is used to embed another

document within the current HTML document.

It will close the current page

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to create table headers?

<table>

<td>

<tr>

<th>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a drop down box in HTML form?

<input type="select">

<input type="option">

<select></select>

<input type="checkbox">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a form is submitted using GET method, is it possible to book mark that page?

Yes

No

May be

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we write <img src="myimage.png">, what is "myimage.png" inside the double quote implies?

element

attribute

value

operator