html - Better option with css div and paragraph -
i have typical code review item requested use paragraph instead of divs in ui code. beating head trace why important. p tag more faster div tag? adding styles paragraph or div take same amount of time? review items seems bad want know if item 100% valid?
there no difference in seo <p>
, <div>
tags. should build site in way makes sense: <p>
paragraphs, <div>
structural div elements.
Comments
Post a Comment