What are The two tags for framesets ?
Answer / chetan
<FRAMESET cols="33%,33%,33%">
<FRAMESET rows="*,200">
<FRAME src="contents_of_frame1.html">
<FRAME src="contents_of_frame2.gif">
</FRAMESET>
<FRAME src="contents_of_frame3.html">
<FRAME src="contents_of_frame4.html">
</FRAMESET>
| Is This Answer Correct ? | 11 Yes | 0 No |
How do you center a tag in html?
In HTML 5 we do not need DTD why?
Differentiate different types of doctypes from one another
Should I close img tag?
Define attributes in html tag.
What are differences between div and span?
What is a document tag?
Name 3 of the minimum html elements needed for an html document.
What is the purpose of html?
Is div used in html5?
How to terminate a web worker?
What are xhtml files?