HTML-Hello world

Creating hello world in HTML is very easy !.


This tutorial is the first lesson of the HTML. So there are step by step images to the create this hello world site. Please click on the image if it is not clear.


I recommended to use Notepad++ or any other user friendly text editors to code HTML for beginners. You can download those from downloads in my site

You can view my tutorial video of this on youtube. The link is

https://www.youtube.com/watch?v=fkbO_F-HnIs&t=3s

I provide both code and the screenshots

<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<body>
<h1>Hello world !</h1>
</body>

</html>








No comments:

Post a Comment