Check out example codes for "html text tag". It will help you in understanding the concepts better.
Code Example 1
<text>Your Text...</text>
Code Example 2
<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>
<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
Code Example 3
<object height=20 width=75 type='text/plain' border=0 data="URL/filename.txt"></object>
Code Example 4
<p>This is normal text - <b>and this is bold text</b>.</p>
Learn ReactJs, React Native from akashmittal.com