Iframe Tags in HTML
Iframe Tags in HTML :
It is embedded in body tag, It is used to arrange multiple frames with in a single frame.
Attributes of Iframe Tag :
Id : id of the iframe tag
Name : name of the iframe
Height : height of the iframe
Width : width of the iframe
Frame border : remove or assign the frame border
Scrolling : remove or assign the scrolling.
*src : It will open the specified file in iframe automatically.
Syntax of iframe :
<iframe src=“list.html” name=“iframe” height=“20px” width=“30px” framebody=“yes” scrolling= “no”></iframe>
Example :
No comments:
Post a Comment