HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-17 ( I frame~~Hedaet Forum~~


Email: Password: Forgot Password?   Sign up
Are you Ads here? conduct: +8801913 364186

Forum Home >>> HTML Code >>> HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-17 ( I frame

murad
VIP Member
Total Post: 155

From:
Registered: 2012-04-14
 

I frame

A web site within a frame of another web site to display, copy, use the scrolling.

Such as -
<html>
<head>
<title> www.hedaet.com </ title>
</ head>
<body bgcolor=\" #f00\">
<center>
<h2 style=\"color:#f00\"> This is an example of iframe. </ h2> <br />
<iframe src=\"http://www.hedaet.com/bangla/html/\" width=\"350\" height=\"170\">
<p> This rowser does not support iframes. </ p>
</ iframe>
</ center>
</ body>
</ html>

Tuku to write code in a Notepad file menu to open the top and click the Save as File name: index.html, Save as type: All files, and save the index.html file to open the show with Mozilla Firefox.

The frame for <iframe> </ iframe> tag is used.
width = \"350\" height = \"170\" through the attribute of the frame in the shape of the two. If a browser does not support frames of the <p> This rowser does not support iframes. </ P> For This rowser does not support iframes. But will be displayed.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
আই ফ্রেম

একটি ওয়েব সাইটের ভিতরেই অন্য একটি ওয়েব সাইট প্রদর্শন করতে আই ফ্রেম, লিঙ্ক, স্ক্রলিং ব্যবহার করা হয়।

যেমন-
<html>
<head>
<title> www.hedaet.com</title>
</head>
<body bgcolor=\" #f00\">
<center>
<h2 style=\"color:#f00\">This is an example of iframe.</h2><br />
<iframe src=\"http://www.hedaet.com/bangla/html/\" width=\"350\" height=\"170\">
<p>This rowser does not support iframes.</p>
</iframe>
</center>
</body>
</html>

একটা নোটপ্যাড open করে উপরের code টুকু লিখে file মেনু থেকে Save as এ ক্লিক করে File name: index.html , Save as type : All files, দিয়ে save করে index.html ফাইলটি Mozilla Firefox দিয়ে open করলে দেখাবে।

আই ফ্রেম তৈরির জন্য <iframe></iframe> ট্যাগ ব্যবহার করা হয়।
width=\"350\" height=\"170\" এই দুটি এট্রিবিউটের মাধ্যমে আই ফ্রেম এর আকৃতি নির্দেশ করে। যদি কোন ব্রাউজার আই ফ্রেম সাপোর্ট না করে তাহলে <p>This rowser does not support iframes.</p> এর জন্য This rowser does not support iframes. লেখাটি প্রদর্শিত হবে।