Closed oldoc63 closed 2 years ago
Under the closing </figure> tag create an <aside> element.
</figure>
<aside>
Within <aside>, create a <p> element containing some info.
<p>
Create an ordered list by using the <ol> element within the <aside> element.
<ol>
Under the closing
</figure>
tag create an<aside>
element.Within
<aside>
, create a<p>
element containing some info.