Adding FANCY STUFF

Once you have a webpage, you can add a lot of really fun stuff from around the internet. For instance, you can add some music to your webpage from someplace like Soundcloud.

The code I used to embed the song looks like this:

<iframe width="560" height="300" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/133090977&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>

I like to add lots of gifs to my websites:

This is what my code to add cat gifs looks like:

<iframe width="560" height="300" src="http://tv.giphy.com/cat"></iframe>

Of course, you can add videos too:

Videos are pretty simple:

<iframe width="560" height="315" src="https://www.youtube.com/embed/NMbM-ERy2Lk#t=210" frameborder="0" allowfullscreen></iframe>

You can even put one website inside another one. Here I've embedded a game I wrote in this web page: