Which tag is used to create the frame

Answer Posted / sj computer man student

this is ur answer
The <frameset> tag defines how to divide the window into
frames
Each frameset defines a set of rows or columns
The values of the rows/columns indicate the amount of
screen area each row/column will occupy

<frameset cols="25%,75%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show polymorphism.

698


shall we execute our java programmes in jre

1758


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

991


10.Define filters,binary to hexadecimal,hexadecimal to decimal?

1516


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7841






SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1513


is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .

1548


Is class is a abstract datatype in java?

1454


how to convert hashmap to arraylist with iteration

1196


how we can know the funcions available in a class recording java?

1747


HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??

1783


What is %Type,%Rowtype?

1840


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

1891


when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?

1720


Find out the roles which gives access to all tables in SAP? Thanks in advance.

1562