General HTML Topics
<ul>
<details>
<summary>All HTML within the "details" section will be hidden until the arrow is clicked</summary>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</details>
</ul>
title attribute can be used with all elements except for base, basefont, head, html, meta, param, script, and title, but it isn’t required for any.