0
Section/Article Tag Observations
Changing article tag to section tag still has the same effect, i guess it the nesting, but confused when changing section from h1 to h2 makes it same size with article h1 Try this code: https://code.sololearn.com/Wg11Ridh3oKI/?ref=app
2 ответов
+ 8
Hmmm...
Article and Section have practically same effect. Hence, substituting one over another will have no effect. Btw on my device, section h1 and article h1 have same size. I dunno why u are telling that they are different.
0
Arushi Singhania
In this code welcome and Heading do not are not the same size, im thinking there should be, since both uses h1
<article>
<h1>Welcome</h1>
<section>
<h1>Heading</h1>
<p>content or image</p>
</section>
</article>