Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Program 11:

//Write Html Program to create simple web page which contain formatting tags and
image tag.//
<html>
<head>
<title>My first page</title>
</head>
<body bgcolor="yellow">
<h1><center>Kirloskar & brothers Pvt. Limited</center></h1><br>
<hr>
<p>
<h2>About Us</h2><br>
<font color="blue" size="6" face="Times New Roman">
Kirloskar Group is an Indian conglomerate, headquartered in Pune.
The group exports to over 70 countries over most of Africa, Southeast Asia and
Europe.
The flagship and holding company, Kirloskar Brothers Ltd, established in 1888, is
India's largest maker of pumps and valves.
One of the group companies is a major component supplier for the indigenous Arihant
Nuclear Submarine program.</font></p><br><br>
<img href="C:\Users\lab1pc13\Desktop\kirloskar.png" height="250" width="300"
align="left" alt="Kirloskar Group Pvt Limited"><br><br>

<h2> Our Company Branches</h2>


<UL type="disc">
<li>Kirloskar Brothers Limited </li>
<li>Kirloskar Oil Engines Limited (KOEL)</li>
<li>Kirloskar Pneumatic Company Limited (KPCL)</li>
<li>Kirloskar Ferrous Industries Limited </li>
<li>Kirloskar Chillers Private Limited </li>
<li>Toyota Kirloskar Motor Private Limited (TKM)</li>
<li>Kirloskar Electric Company (KEC)</li>
<li>Kirloskar Institute of Advanced Management Studies (KIAMS)</li>
</ul>
</body>
</html>

Output

You might also like