Javascript - Program the Web
This course covers the basics of programming in Javascript. Work your way through the videos/articles and I'll teach you everything you need to know to make your website more responsive!

Writing HTML

Lesson 5
Author : 🦒
Last Updated : October, 2017


Video Code

Copydocument.write("<h1>Hello World!</h1>");
document.write("<hr>");
document.write("<p>This is a javascript tutorial</p>");