Welcome to Hello World of codes.

The key word for all kinds of programmers is Hello World. It is a word for achieving their future goals as a computer programmer. It has energy, it is enormous because it shows that everyone can do it. It was also a word of encouragement when his first task was accomplished, such as showing the word Hello Wolrd on the screen for the first time when he started coding.

HTML

<html>
<head>
<title>Hello World!</title>
</head>
<body>
<p>Hello World Projects</p>
</body>
</html>

PHP

<?php

echo "Hello World Projects";

?>

VB.net

messageBox.show ("Hello World") //or
console.writeLine ("Hello World")

What is your Hello World?

In real life, the word Hello World is definitely the most important turning point in everyone’s life, right?

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *