HTML program to display name of any IT company you know

HTML Code

<html>
<head>
    <title>Display IT company name</title>
</head>
<body>
    <h1>Tech Mahindra</h1>
</body>
</html>

OUTPUT