My First Web Page
Hello friends let us learn how to create on simple web page :-) ...
<html>
<head>
<title>this is my first web page</title>
</head>
<body>
<b>Welcome to my first web page</b>
</body>
</html>
just write down the above code into notepad and save it as your name.html then after just open the web browser and give the path of this saved file and just see the result