Practical-113.1 : Basic HTML Progarm
Program Code :
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>Basic HTML Program</title>
</head>
<body>
<h1>Welcome to Industrial Training Institute</h1>
<p>This is a simple HTML program with a button.</p>
</body>
</html>