HTML - Build a Website
This course covers the basics of building a website using HTML. Work your way through the videos/articles and I'll teach you everything you need to know to create a basic website!

Videos

Lesson 10
Author : 🦒
Last Updated : October, 2017


Code

Copy<iframe width="560"
        height="315"
        src="https://www.youtube.com/embed/M_vEI64hbso"
        frameborder="0"
        gesture="media"
        allow="encrypted-media"
        allowfullscreen>
</iframe>

<video src="myvideo.mp4"
       autoplay
       controls
       width="300"
       poster="video-poster.jpg">
</video>