I'm struggling with som html5 elements.
Let's say I have a blog post.
Next to it I have a preview of the next blog post. What html5-element would you recommend? On the one hand, it's a <nav>
but it could easily be a <aside>
or even an <article>
(because I give a short preview). What d you use/think?
Asked
Active
Viewed 36 times
0

Nico Martin
- 1,268
- 1
- 14
- 23
-
2Hope this will help you..http://stackoverflow.com/questions/4501834/whats-the-best-html5-tag-to-use-for-marking-up-blog-excerpts – WP Learner Nov 16 '15 at 05:52
1 Answers
0
According to this What's the best HTML5 tag to use for marking up blog excerpts?
Using a <blockquote>
is the best.

Community
- 1
- 1

WP Learner
- 788
- 1
- 13
- 34