- 
					 Which of the following works as a sidebar?
 
- 
                        
- <details>
 - <section>
 - <footer>
 - <aside>
 - None of these
 
 
Correct Option: D
<aside> defines content aside from the content like a sidebar, <footer> defines a footer for a document or a section, <details> defines additional details, <section> defines a section in a document.