oldoc63 / learningHTML

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

Enhance the post #97

Closed oldoc63 closed 2 years ago

oldoc63 commented 3 years ago

Under the closing </figure> tag create an <aside> element.

Within <aside>, create a <p> element containing some info.

oldoc63 commented 3 years ago

Create an ordered list by using the <ol> element within the <aside> element.