<p>My family and I visited The Epcot center this summer.</p>
<aside>
<h4>Epcot Center</h4>
<p>The Epcot Center is a theme park in Disney World, Florida.</p>
</aside>The <aside> tag defines some content aside from the content it is placed in.
The aside content should be related to the surrounding content.
The <aside> tag is new in HTML5.
Tip: The <aside> content could be placed as a sidebar in an article.
The <aside> tag also supports the Global Attributes in HTML.
The <aside> tag also supports the Event Attributes in HTML.
Most browsers will display the <figcaption> element with the following default values:
figcaption {
display: block;
}