PHP - Programming Language
This course covers the basics of programming in PHP. Work your way through the videos/articles and I'll teach you everything you need to know to start your programming journey!

Writing Html

Lesson 5
Author : 🦒
Last Updated : November, 2017


Video Code

Copyecho "<h1>Hello World</h1>");
print "<hr/>";                           // returns 1
echo  "<p>This is a php tutorial</p>";