Html class - unsupported tags
As we know, some HTML tags are not supported by the Html class. What can we do about it? Android SDK provides a [TagHandler](https://developer.android.com/reference/android/text/Html.TagHandler.html "TagHandler interface") interface that allows us to...