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!

Iframes

Lesson 15
Author : GOUP
Last Updated : September, 2020


Code

Copy<iframe src="https://courses.goupaz.com/"
         frameborder="0"
         width="1000"
         height="800">
     sorry iframe not supported
</iframe>