Challenge: Daisy chain

Create a daisy



In this empty webpage, you'll create a daisy chain composed of multiple images of daisies next to each other. For the first step, use jQuery to create a new element, set the src to a picture of a daisy, set the width attribute to a small number, and set an alt attribute.

Finally, append it to the page with appendTo. Chain all the jQuery methods together so that you accomplish all of that in one line of code.