Skip to content

Instantly share code, notes, and snippets.

@chetdeva
Last active January 14, 2018 06:04
Show Gist options
  • Save chetdeva/42cd830717fc23030a1e82874d55be7a to your computer and use it in GitHub Desktop.
Save chetdeva/42cd830717fc23030a1e82874d55be7a to your computer and use it in GitHub Desktop.
<!-- HTML tags supported by TextView in Android -->
<a href="..."> <!-- hyperlink -->
<b> <!-- bold -->
<big> <!-- bigger -->
<blockquote> <!-- block of quote -->
<br> <!-- break -->
<cite> <!-- title of work -->
<dfn> <!-- defining instance -->
<div align="..."> <!-- division in doc -->
<em> <!-- emphasized text -->
<h1> <!-- heading 1 -->
<h2> <!-- heading 2 -->
<h3> <!-- heading 3 -->
<h4> <!-- heading 4 -->
<h5> <!-- heading 5 -->
<h6> <!-- heading 6 -->
<i> <!-- italic -->
<img src="..."> <!-- image -->
<p> <!-- paragraph -->
<small> <!-- smaller -->
<strike> <!-- strikethrough -->
<strong> <!-- phrase text -->
<sub> <!-- subscript -->
<sup> <!-- superscript -->
<tt> <!-- teletype -->
<u> <!-- underline -->
<font size="..." color="..." face="..."> <!-- font style -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment