title attribute | title property
Gets or returns the advisory title of the SVGStyleElement. This is used for compatibility with HTML 4.
This property is read/write.
![]() ![]() |
Syntax
| HTML |
|---|
<element title="sTitle" ... > |
| JavaScript |
|---|
object.title = sTitle sTitle = object.title |
Property values
Type: DOMString
String representing the title
Standards information
- Scalable Vector Graphics: Styling, Section 6.18.1
See also
Show:

