En son web geliştirme öğreticiler
 

HTML <object> hspace Attribute

<HTML <object> etiketi

Örnek

hem sağ hem sol tarafta 100 piksel marjı ile bir nesne:

<p><object width="150" height="150" data="helloworld.swf" hspace="100"></object>
This is some text. This is some text. This is some text.</p>
Kendin dene "

Tanımı ve Kullanımı

hspace niteliği bir nesnenin sağ ve sol tarafta boşluk belirtir.


Tarayıcı Desteği

nitelik
hspace Evet Evet Evet Evet Evet

Uyumluluk Notları

hspace öznitelik <object> HTML5 desteklenmez. CSS yerine kullanın.

CSS sözdizimi: <object style="margin: 0px 100px">

CSS Örnek: Bir <object> with margins

Bizim CSS eğitimde şunları ilgili daha fazla ayrıntı bulabilirsiniz margin property .


Sözdizimi

<object hspace=" Özellik Değerleri
değer Açıklama
pixels Piksel cinsinden bir nesnenin sağ ve sol tarafında, üzerinde boşluk

<HTML <object> etiketi