html - Is it a good idea to have plain text alongside other elements within a <div>? -


new html - new doing properly.

i have simple question underpins lot of decisions i'll go on make need start off correctly.

        <div id="site-master-social">find at:             <a href="http://www.ourwebsite.com"><img src="/images/icon_fb.png" alt="facebook" title="find on facebook" /></a>         </div> 

the question regarding html snippet below. within wrapping div, there few elements - text, hyperlink , image. question is, should text "find at:" contained in tag such span or acceptable 'float' inside div tag?

wrap if need it, otherwise leave unwrapped i'd say.

it's reading book or article. if somehow mark text "special", in case wrapping in <span> element, tell tools screen readers , others text somehow special. if don't wrap it, read want in case i'm assuming.

(however, screen reader tend pay more attention elements <em> or similar, span may ignored.)


Comments