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 <embed> src Attribute

❮ HTML <embed> tag

ဥပမာ

ထည့်သွင်းထားသော ရုပ်ပုံ-

<embed src="pic_trulli.jpg">

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

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


Browser ပံ့ပိုးမှု

Attribute
src Yes Yes Yes Yes Yes

အထားအသို

<embed src="URL">

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

Value Description
URL Specifies the address of the external file to embed.

Possible values:

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

❮ HTML <embed> tag