I have a circle in my SVG and I want something like tooltip, but as simple as possible, best using only CSS if possible.
<circle fill="#FFFFFF" stroke="#000000" stroke-width="3" cx="50" cy="50" r="5"><title>Hello, world!</title></circle>
This code works and the browser shows the title normally, but is it possible to change the title color, position etc.?