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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -