Is that proper HTML address format?
<div class="" itemscope itemtype="http://schema.org/Florist">
<h5 class="">xxx</h5>
<div class="">
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">xxx</span>
<span itemprop="postalCode">xxx</span>
<span itemprop="addressLocality">xxx</span>
</span>
</div>
<div class="">
<span>Phone: </span><a style="" href="tel:+xxxxxxxx" rel="nofollow"><span itemprop="telephone">+xxxxxxxx</span></a></br>
<span>Email: </span><a href="mailto:info@xxx.cz" itemprop="email">info@xxx.cz</a>
</div>
</div>
Or <p>
and <address>
schould be included, if yes, where is right place, to use them?