While studying, I have to keep some notes to better explain myself what is going on through my readings and annotate some of my conclusions about the code.
- For a more accessible SVG, you should use
<title></title>
to describe the content for blind people. - Use
<desc></desc>
to describe the content, it gets read by screen readers and helps to understand the SVG code.