|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
HTML
DETAILS
Question: How do I create frames? What is a frameset?
Answer: Frames allow an author to divide a browser window into multiple (rectangular) regions. Multiple documents can be displayed in a single window, each within its own frame. Graphical browsers allow these frames to be scrolled independently of each other, and links can update the document displayed in one frame without affecting the others. You can't just "add frames" to an existing document. Rather, you must create a frameset document that defines a particular combination of frames, and then display your content documents inside those frames. The frameset document should also include alternative non-framed content in a NOFRAMES element. The HTML 4 frames model has significant design flaws that cause usability problems for web users. Frames should be used only with great care.
|
|
|
Category |
HTML Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7108 users |
Added on |
8/25/2014 |
Views |
66623 |
Rate it! |
|
|
Question:
How do I create frames? What is a frameset?
Answer:
Frames allow an author to divide a browser window into multiple (rectangular) regions. Multiple documents can be displayed in a single window, each within its own frame. Graphical browsers allow these frames to be scrolled independently of each other, and links can update the document displayed in one frame without affecting the others. You can't just "add frames" to an existing document. Rather, you must create a frameset document that defines a particular combination of frames, and then display your content documents inside those frames. The frameset document should also include alternative non-framed content in a NOFRAMES element. The HTML 4 frames model has significant design flaws that cause usability problems for web users. Frames should be used only with great care. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the simplest HTML page?
|
View Answer
|
|
What is a tag?
|
View Answer
|
|
What is HTML?
|
View Answer
|
|
How do I make a picture a link?
|
View Answer
|
|
How do I do multiple colors of text?
|
View Answer
|
|
How do I add scrolling text to my page?
|
View Answer
|
|
How do I make it so that someone can mail me by just clicking on text?
|
View Answer
|
|
How do I add midi music to my web page
|
View Answer
|
|
How do I specify page breaks in HTML?
|
View Answer
|
|
How do I create a link that opens a new window?
|
View Answer
|
|
How do I create a link?
|
View Answer
|
|
How do I link to a location in the middle of an HTML document?
|
View Answer
|
|
How do I specify a specific combination of frames instead of the default document?
|
View Answer
|
|
Should I end my URLs with a slash?
|
View Answer
|
|
How do I link an image to something?
|
View Answer
|
|
How do I change the title of a framed document?
|
View Answer
|
|
How can I require that fields be filled in, or filled in correctly?
|
View Answer
|
|
What is the code for a webpage which consists of an icon at the bottom and that icon shouldn't
|
View Answer
|
|
What are the basic steps of learning file handling in c language?
|
View Answer
|
|
Write a program to find the L.C.M. and G.C.D.of two numbers?
|
View Answer
|