Wednesday, 29 April 2020

html program to display welcome

HTML program to print welcome

<html>
<head>
<title> welcome page </title>
</head>
<body>
       welcome to first program in HTML.
       
</body>
</html>

No comments:

Post a Comment