firts html program code and output

1)  firts html program code and output

html basic program

this program is very basic program .

<!DOCTYPE html>
<head>
    <title>this is my first demo web page</title>
</head>
<body>
    <h1>this program for my learn html to web creater blog.</h1>
    <p> this is my first demo page .</p>
</body>
</html>

Comments