oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

Media: Video #99

Closed oldoc63 closed 2 years ago

oldoc63 commented 3 years ago

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.