You can get multiple information about programing.

use of iframe tag in html.? - Programming info

use of iframe tag in html.?

 When we open any website other website or document link are given .
When we click we goes to this frame file. This is because of iframe attribute.
That's use as;
<iframe></iframe>
Thus, a frame is develop. Now, here we enter our source such as image source ,document source, video source or website source in html code...
let's see example to put our img , document  or video source in html code .


USE OF IFRAME IN HTML

<html>
<head>
<title> what is iframe?
</title>
</head>
<body>In body,we always use other tags.
<iframe img src="location/name of picture.name of file"></iframe> for images in frame.
<iframe srcdoc="Here you can paste your documents."></iframe> for documents in frame.
</body>
</html>

  • you can increase or decrease  the size of frame by increases or decreases their height and width as :<iframe img src="location/name of picture.name of file" height ="400"  width="300"></iframe>.
  • you can increase or decrease  the size of images by going to file manager and open your image in microsoft world office. And can resize your image.

  • you can do practice of iframe tag in simple notepad ++.After understanding the concept of html. You can easily understand the CSS code.




Next Post Previous Post