style
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
嘗試一下
<div style="background: #ffe7e8; border: 2px solid #e66465">
<p style="margin: 15px; line-height: 1.5; text-align: center">
Well, I am the slime from your video<br />
Oozin' along on your livin' room floor.
</p>
</div>
備註:
此屬性不得用於傳達語義資訊。即使所有樣式都被移除,頁面也應該保持語義正確。通常不應該使用它來隱藏不相關的資訊;這應該使用 hidden
屬性來完成。
規範
Specification |
---|
HTML # the-style-attribute |
CSS Style Attributes # style-attribute |