The style
attribute allows to style an element using CSS declarations. It functions identically to the style
attribute in HTML.
You can use this attribute with any SVG element.
The style
attribute allows to style an element using CSS declarations. It functions identically to the style
attribute in HTML.
You can use this attribute with any SVG element.
<svg viewBox="0 0 100 60" xmlns="http://www.w3.org/2000/svg"> <rect width="80" height="40" x="10" y="10" style="fill: skyblue; stroke: cadetblue; stroke-width: 2;" /> </svg>
Value | <style> |
---|---|
Default value | None |
Animatable | No |
<style>
The syntax of style data depends on the style sheet language. By default, the style sheet language is CSS.
Note: In theory, the contentStyleType
attribute could be used to specify styling languages other than CSS, like XSL(T). However, this was never implemented satisfactorily in browsers, so you should not rely on it.
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
style |
Yes | 12 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/style