HTML အကိုးအကား

အက္ခရာဖြင့် HTML HTML အမျိုးအစားအလိုက် HTML Browser ပံ့ပိုးမှု HTML အရည်အချင်းများ HTML ကမ္ဘာလုံးဆိုင်ရာ အရည်အချင်းများ HTML ပွဲများ HTML အရောင်များ HTML Canvas HTML အသံ/ဗီဒီယို HTML အက္ခရာအစုံများ HTML Doctypes HTML URL ကုဒ် HTML ဘာသာစကားကုဒ်များ HTML နိုင်ငံကုဒ်များ HTTP မက်ဆေ့ခ်ျများ HTTP နည်းလမ်းများ PX မှ EM Converter ကီးဘုတ်ဖြတ်လမ်းများ


HTML <iframe> src Attribute

❮ HTML <iframe> တဂ်

ဥပမာ

၎င်း၏ အရိုးရှင်းဆုံးအသုံးပြုမှုတွင် <iframe>

<iframe src="/default.asp"></iframe>

အဓိပ္ပါယ်နှင့် အသုံးပြုမှု

srcရည်ညွှန်းချက်သည် iframe တွင် ထည့်သွင်းရန် စာရွက်စာတမ်း၏ လိပ်စာကို သတ်မှတ်ပေးသည်


Browser ပံ့ပိုးမှု

Attribute
src Yes Yes Yes Yes Yes

အထားအသို

<iframe src="URL">

ရည်ညွှန်းတန်ဖိုးများ

Value Description
URL Specifies the URL of the document to embed in the iframe.

Possible values:

  • An absolute URL - points to another web site (like src="http://www.example.com/default.htm")
  • A relative URL - points to a file within a web site (like src="default.htm")

❮ HTML <iframe> တဂ်