day 3 quiz 1

day 3 quiz 1

Professional Development

5 Qs

quiz-placeholder

Similar activities

Conocimientos Previos, Fundamentos React.js

Conocimientos Previos, Fundamentos React.js

Professional Development

10 Qs

Chapter 4 grade 8 IT

Chapter 4 grade 8 IT

4th Grade - Professional Development

10 Qs

M4 HTML

M4 HTML

Professional Development

9 Qs

day 2 quiz 2

day 2 quiz 2

Professional Development

5 Qs

Html

Html

4th Grade - Professional Development

7 Qs

ILT #1 Web Basic

ILT #1 Web Basic

Professional Development

10 Qs

PERTEMUAN 1 HTML DASAR

PERTEMUAN 1 HTML DASAR

Professional Development

10 Qs

HTML quiz

HTML quiz

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