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&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&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: