Lec04 - Quiz01: Iframe

Lec04 - Quiz01: Iframe

University

5 Qs

quiz-placeholder

Similar activities

Computer Languages

Computer Languages

KG - University

10 Qs

Web Development Revision 2

Web Development Revision 2

University

10 Qs

CSS and HTML

CSS and HTML

9th Grade - University

10 Qs

BASIC HTML

BASIC HTML

University

9 Qs

Quiz 10 Perancangan dan Pemrograman Web  2021-2

Quiz 10 Perancangan dan Pemrograman Web 2021-2

University

10 Qs

HTML Beginner Quiz1

HTML Beginner Quiz1

9th Grade - University

10 Qs

หน่วยที่ 1 การออกแบบเว็บไซต์

หน่วยที่ 1 การออกแบบเว็บไซต์

University

10 Qs

The Language Sloth - HTML Pop Quiz

The Language Sloth - HTML Pop Quiz

7th Grade - Professional Development

10 Qs

Lec04 - Quiz01: Iframe

Lec04 - Quiz01: Iframe

Assessment

Quiz

Computers

University

Medium

Created by

Sái Ly

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the <iframe> tag used for in HTML?

A. Embedding another HTML page within the current page

B. Creating a new table in the HTML page

C. Formatting text within the HTML page

D. Creating a link to another web page

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which attributes of the <iframe> tag determine the size of the iframe?

A. src

B. width and height

C. border

D. name

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The <iframe> tag cannot use which of the following attributes?

A. src

B. frameborder

C. margin

D. allowfullscreen

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you want to allow users to view a video from YouTube in an iframe, which attribute is necessary to enable fullscreen mode?

A. scrolling

B. allowfullscreen

C. frameborder

D. sandbox

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which attribute of the <iframe> tag helps control what content the iframe can or cannot access from the parent page?

A. sandbox

B. srcdoc

C. src

D. title