HTML <object> Etiketi

R

Rooster

only business
Super Moderator
Joined
Aug 10, 2019
Messages
3,215
Reaction score
4,728
Location
Milano
<object> etiketi, bir HTML belgesindeki gömülü nesneyi tanımlar. Web sayfalarınıza multimedya (ses, video, Java uygulamaları, ActiveX, PDF ve Flash gibi) gömmek için bu öğeyi kullanın.

HTML belgenize başka bir web sayfasını gömmek için <object> etiketini de kullanabilirsiniz.

<object> etiketiyle gömülü eklentilere parametreler iletmek için <param> etiketini kullanabilirsiniz.

Örnekler:


Code:
<object data="/sayfalar/calisma.html"
        width="350"
        height="95"></object>
Code:
<object data="dosya.pdf" type="application/pdf">
    <embed src="dosya.pdf" type="application/pdf" />
</object>
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom