how can I use <aside>? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

how can I use <aside>?

how can I use the aside tag to display content to the right from <article>? it just displays everything under the content

23rd Aug 2016, 9:50 PM
Jordan Olsen
1 Réponse
0
you have to use css to set your aside to float right aside { float: right; }
23rd Aug 2016, 11:25 PM
Natty B Davis
Natty B Davis - avatar