Attributestyle digunakan untuk menentukan gaya CSS inline pada element.
Contoh Attribute style
<div style="height:100px; background:cyan;">
Element div dengan attribute style
</div>
<p style="color:blue;">
Element p dengan attribute style
</p>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Demo Triksonic</title>
</head>
<body>
<div style="height:100px; background:cyan;">
Element div dengan attribute style
</div>
<p style="color:blue;">
Element p dengan attribute style
</p>
</body>
</html>
Attribute Value
Attribute
Value
Deskripsi
style
style_definitions
Menentukan urutan Tab ketika Tab keybord ditekan (posisi default pada angka 1)