Closed oldoc63 closed 2 years ago
Create a <section> element with an id of “media” under the closing </aside> tag.
<section>
</aside>
Within the new <section> element, create an <article> element.
<article>
Then, create an <h2> element within <article>.
<h2>
Add a <p> element directly underneath the closing </h2> tag but within the <article>.
<p>
</h2>
Under the closing </article> tag, create a <video> element with the attributes src and controls.
</article>
<video>
Create a
<section>
element with an id of “media” under the closing</aside>
tag.Within the new
<section>
element, create an<article>
element.Then, create an
<h2>
element within<article>
.Add a
<p>
element directly underneath the closing</h2>
tag but within the<article>
.Under the closing
</article>
tag, create a<video>
element with the attributes src and controls.