Now that we've added a list of previous jobs, we'll use ordered nested lists to add task descriptions to these jobs.

<html> <head> <title>Resume</title> </head> <body> <h2>Sandra Austin</h2> <img src="https://mimo.app/i/portrait-cv.png"> <h4>Relevant Experience</h4> <div> <ul> <li>Software Engineer - Eddison</li> <br> <li>Marketing Agent - Musky Ads</li> </ul> </div> </body> </html>]]>