1000+ Web Development Interview Questions and Answers Pdf - 2

Question: 6

Give the advantages of HTML frames?

The main advantage of HTML frames is that documents can be presented in multiple views, which may be independent windows or sub windows. Multiple views offer web page designers a way to keep certain information visible, while other views are scrolled or replaced.

Question: 7

What do you mean by site navigation?

Site navigation is that where the links can be placed in one frame and scrolling page content is placed in another.

Question: 8

What are the constituents of web page?

Hypertext documents that are shared on the Internet are called web pages. Web pages usually contain text, graphics, multimedia and links to other pages.

Question: 9

How will you create a form element?

A form element can be created by using an <input > tag, which is a form related tag.

Question: 10

Write a short note on comments?

Comments are used only to improve the readability of the document. The comment can be included using <!—comment -->.

Related Questions