<html>
<head>
<title>HTML Example</title>
</head>
<body>
<b>Hi This is the Simplest Example of HTML program.</b>
</body>
</html>
save this code in notepad with filename.html n run into the IE
<head>
<title>HTML Example</title>
</head>
<body>
<b>Hi This is the Simplest Example of HTML program.</b>
</body>
</html>
save this code in notepad with filename.html n run into the IE