1000+ Web technology Interview Questions with Answers - 2

Question: 6

Briefly explain how frames are defined?

Frames are defined using <frameset> … </frameset> tags. The <frameset> tag has two modifiers : rows and cols to define the size of each frame.

A web page with frames should not have body section. The <body> tag and <frameset> tag cannot come together.

Question: 7

What is <hr> tag?

The horizontal ruler <hr> tag inserts a horizontal line.

Question: 8

Write a short note on center tag?

The center tag <center > is used to center the text, image and the other contents until a closing </center > tag is encountered.

Question: 9

How you will restrict the action of resizing a frame?

The attribute noresize does not allow us to resize the frame and it makes the frame fixed.

Question: 10

What is the purpose of using <td > tag?

The table data (<td >) tag inserts a new cell inside a table row to represent an entry (value) in the table.

Related Questions