Let's learn how to wrap text around images like on the webpage below.

<html> <head> <!-- <link rel="stylesheet" href="style.css"> --> <style> img { width: 30%; float: right; } </style> </head> <body> <img src="https://mimo.app/i/bitcoin.png"> <h4>Is Bitcoin the future?</h4><p>Join us for a live webinar/crypto party to learn more about the future of curency.</p><p>We'll give you insider info on becoming the next trillionaire. With expert insights from Mulah Moe and Jimmy Cash.</p> </div> </body> </html>

]]>