What are The two tags for framesets ?
Answer Posted / 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 |
Post New Answer View All Answers
What are some good attributes?
Difference between dhtml and html?
Why do we use multipart/form-data in html form?
What are html5 tags?
What is the anchor tag?
How do you make decision when to use use HTML & xHTML ?
Which tag holds all of a webpages visible html?
What happens if there is no text between the tags?
Why are there both numerical and named character entity values?
How we can restrict the browser not to show the previous values entered in textbox?
What is a syntactical device?
What is html displayfor?
How to insert a copyright symbol on a browser page?
What is html for lists?
What is anchor tag and how can you open an url into a new tab when clicked?