Hello, World – Your First PHP

In this tutorial you will run a simple text “Hello world” i.e. Your First PHP. Create a file named with myfirstpage.php and place it in your web server’s root directory i.e. DOCUMENT_ROOT with the following […]
Hello World in Namaste UI focused on all programming language basic program for printing Hello World to the screen.
In this tutorial you will run a simple text “Hello world” i.e. Your First PHP. Create a file named with myfirstpage.php and place it in your web server’s root directory i.e. DOCUMENT_ROOT with the following […]
Creating a html page is very easy. Open any editor like notepad, dreamweaver etc. Write down the following code: Example HTML: <!DOCTYPE html> <html> <head> <title>My first html : Hello world</title> </head> <body> Hello, World! […]
JavaScript is the most popular programming language. Just write code and embed it to HTML. inside SCRIPT tag you have to put JavaScript code. Example of Hello, World – JavaScript: <!DOCTYPE HTML> <html> <body> <p>Include […]