Supported html tags on Android TextView
问题 I need an official list of supported html tags on Android TextView. I'm using textView.setText(Html.fromHtml(label)); but I don't know wich tags are supported. 回答1: Note: This targets API 27. Earlier versions are NOT guaranteed to support the tags seen in this list, and same for later ones (they could be removed). Mark Herscher's comment got me thinking: it there are new tags, but they're not documented in plain-text anywhere. I figured the HTML tags would need to be declared somewhere , if