+ 3
Does the most website use the <article> <aside> tag?
5 Antworten
+ 13
This semantic tag of Html5.
yeh Most of them.
^.^
+ 4
<article> has sense in a blog system, <aside> is used to make a clarification
+ 3
i do not think so that most websites use
<article> <aside> tags.
+ 3
the only html5 tags I use are footer and header, the rest are all <div>(s).
0
hi all, thanks for the answer, and what do you think about it? I mean, which tag is more easier to use, <div> or <article> ?