html5 - How to display a list of <article> the same cross-browser? -


firefox , opera seem put articles after each other while chrome gives line break after each one. 1 correct , how them display preferred style same cross browser?

<html> <body>  <article> item 1 </article>  <article> item 2 </article>  <article> item 3 </article>  <article> item 4 </article>  </body> </html> 

opera 11.01 enter image description here

chrome 9.0 enter image description here

you should set either display: inline or display:block in css. (whichever 1 want)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -