Assignment:
create a video triptych (or diptych) from looping youTube videos. Give it a title (in the page's title tag). The triptych should combine to create something that is thematically and formally greater than the sum of its parts.

Here are the official youTube specifications for embedding youTube videos.

///////////////

Here is the code for the above video embeds (or just view source on this html page).

<iframe width="320" height="240" src="https://www.youtube.com/embed/VIDEOID?rel=0&controls=0&showinfo=0&autoplay=1&loop=1&playlist=VIDEOID" frameborder="0" allowfullscreen></iframe>

For VIDEOID, just insert the actual video ID from youTube (dm7yAWpX1McM or whatever it is).

///////////////

You may modify the size of the videos and their arrangement on the page. Autoplay and looping should remain on.

Call your html page "triptych.html" and upload it to the "public_html" folder of your student directory on the NM server.