En son web geliştirme öğreticiler
 

HTML scoped Attribute


Tanımı ve Kullanımı

scoped nitelik bir boole niteliktir.

Mevcut olduğunda, bu stilleri yalnızca bu öğenin üst öğesine ve bu elementin alt öğeleri için geçerli olduğunu belirtir (not the entire document) .


Geçerli

scoped özellik şu elemana kullanılabilir:

Eleman nitelik
<style> scoped

Örnek

Kullanım scope bir için bir stil belirtmek için öznitelik <div> elemanı:

<div>
<style scoped>
h1 {color:red;}
p {color:blue;}

</style>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</div>
Kendin dene "

Tarayıcı Desteği

Tablodaki rakamlar tam özelliğini destekleyen ilk tarayıcı sürümü belirtin.

nitelik
scoped Desteklenmiyor Desteklenmiyor 21,0 Desteklenmiyor Desteklenmiyor