How can I use an aside syntax in a web browser. I try using it but it not working can someone help me out | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How can I use an aside syntax in a web browser. I try using it but it not working can someone help me out

Aside,the details that displays on the right hand of a web browser

20th May 2021, 9:20 PM
Micheal Alfred
1 Réponse
+ 3
the <aside> element/tag is basically an element of type block: it has the same behavior as a <div> by default, and exist mostly for semantical purpose (and avoid having a forest of <div>)... to display it as you want, you must build the structure that allow styling it (with css) for your needs ;)
20th May 2021, 9:26 PM
visph
visph - avatar