1. Write a programmer using <Title>

<html>
<title>First Programme</title>
</head></title>
     </html>
Output:-

2. Write a programme using <body>

<html>
<title>First Programme</title>
</head></title>
<body>
Welcome in HTML
</body>
     </html>