Create the parsing function to extract structured data from the raw HTML content. Tasks: <ul><li>[ ] Implement parse_quotes(html) using BeautifulSoup.</li><li>[ ] Extract the quote text, author, and list of tags for all quotes on the page.</li><li>[ ] Return the data as a list of Quote objects.</li></ul>