how can I use <aside>? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
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