+ 3
What does it mean for an article <article> to be nested??? Please kindly help with this...Thanks In advance
Like when an article in a blog comments is nested it navigates to the article....I really don't understand what it means
3 Respostas
+ 3
here are two threads and if I add the
<body>
<article> tag here and
Article 1
www.sololearn.com/discuss/221251/?ref=app
</article>
<article>
Article 2
www.sololearn.com/discuss/53906/?ref=app
</article>
</body>
</html>
I have nested the two articles inside the body tags
https://www.sololearn.com/discuss/221251/?ref=app
https://www.sololearn.com/discuss/53906/?ref=app
+ 2
Nesting an article inside another is with a link right?
+ 1
You could probably also nest one <article> inside another <article>.