Hi Tommertom,
This code snippet is copied from the official doc and here they just used <h2> and <p>
tag.
<ion-list>
<ion-item>
<ion-avatar item-start>
<img src="img/avatar-cher.png">
</ion-avatar>
<h2>Cher</h2>
<p>Ugh. As if.</p>
</ion-item>
</ion-list>
Please see the link.
Thanks