In this chapter, you learned about working with SVG in the context of an HTML document. First, you learned about SVG accessibility with both inline SVG elements and SVG images as the src of an img element. This includes details on the alt attribute for img elements and details of the title and desc elements in inline SVG.Â
Following that you learned about the solutions for responsive images and how using SVG can greatly simplify the implementation of even the most complicated responsive image use case. Finally, you learned some other aspects of inline SVG to pay attention to when implementing these solutions in the real world.Â
Next up, we'll look at the important intersection of CSS and SVG. The next chapter will build on everything we've learned and will introduce some powerful new tools for you to add to your SVG toolbox. Â
...