What is the best semantic HTML tag for a short blurb underneath a heading? I'm sure this has a name since a large amount of websites have this, but I can't seem to find it or the appropriate tag.
<h1>Page Title</h1>
<h2>Section Title</h2>
<div>Short blurb about this section</div>
<div>Section content</div>
