Details and summary tags in HTML5
Thursday, October 31, 2013
HTML5 includes two tags, details and summary, that can be used to generate expanding menus you once needed JavaScript or jQuery for. A code snippet opening and closing with the “details” tag can include a summary that, when clicked, expands to reveal additional HTML. As of this writing, I’ve …