Archived
La balise <aside>
a longtemps été source de confusion. Quelle est l’utilisation appropriée de cette balise d’après la spécification officielle HTML5 ? Cochez toutes les bonnes réponses :
-1
Community Evaluations
Olivier Keul
08/11/2021
Pour moi toutes les réponses sont bonnes puisque la spec indique bien qu'on peut utiliser <aside> pour une sidebar ou pour un groupe d'élément <nav> donc nav secondaire par exemple.
"The element can be used for typographical effects like pull quotes or sidebars, for advertising, for groups of nav elements, and for other content that is considered separate from the main content of the page."
Source : https://html.spec.whatwg.org/#the-aside-element
8
What are the two methods that can be used to send data to a server in HTML5?7
How to create a navigation section in HTML56
How to add a sandbox attribute to an iframe in HTML57
What is the HTML element that is used to group related content?7
What is the selector `nav a[href^=http://]`?6
What is the `<output>` element in HTML5?8
What is the `contenteditable` attribute in HTML5?