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 |
List out the tags those are mostly used in html?
What are the types of hyperlink?
What is the basic structure of an html document?
What are the part of html5 technologies?
Which element has not removed from html5?
What is the head tag used for?
What is isxhtml?
What is the use of <figure> tag in html5?
Is html a framework?
How do you make comments without text being picked up by the browser?
What are the frequently useful api in html5?
What is the use of details and summary tag?