Search Header Logo
HTML Frames

HTML Frames

Assessment

Presentation

Computers

6th - 8th Grade

Practice Problem

Easy

Created by

Ashwini Devadiga

Used 11+ times

FREE Resource

9 Slides • 4 Questions

1

HTML

Slide image

2

Slide image

3

Slide image

4

Open Ended

What is the difference in both the webpages?


Use the chatbox to type your answer.

5

Frames

  • Frames enable you to present multiple HTML documents within the same window

  • The HTML frame tag is used to specify each frame within the frameset.

  • All frame tags are nested with a frameset tag.

6

<html>

<head><title>Frames </title></head>

<frameset cols = "30%,*"> 

<frame src = "leftframe.html" />

<frame src = "rightframe.html" />

</frameset>  

</html>




7

Poll

Frameset tag divides the webpage into different sections.

Yes

No

8

Poll

ALL frameset tags are nested within the frame tags.

Yes

No

9

Poll

Body tag needs to be there when using Frames.

Yes

No

10

Try designing the following using HTML frames

11

Slide image

12

Slide image

13

Slide image

HTML

Slide image

Show answer

Auto Play

Slide 1 / 13

SLIDE