Hello All Welcome back Today we are going to start the HTML course so let’s get started
Here is the first code in HTML you can save it with the name of first.html and run it your browser.
<html>
<head>
my first code
</head>
<body>
<h1>My First Code</h1>
</body>
</html>