TechVigil Logo

Simple HTML Code to Crash Internet Explorer (IE)

uncategorized

A few lines of simple HTML code made Internet Explorer to hang-up. It crashes every single version of IE, from IE6 even up to the latest Internet Explorer 9.

There is nothing special in the code and in all other web browsers the code is working fine. Here is the code.

<html>
<head>

<title>Html code to crash IE</title>
</head>
<body>
<table><tr><td>
<div id="div\_1">
<form id="frm\_1">
<input type="text" name="test"/>
</div>
</td><td width="1"></td></tr></table>
</body>
</html>

If you want to try this, just copy-paste this code in notepad and save with .html extension. When you will open this html file in IE a similar scenario can be seen as given below

I hope Microsoft will fixe this bug very soon.

Sandeep Kumar

Sandeep Kumar

Founder & Editor-in-Chief | Software Architecture & System Design

About Sandeep →

Electronics engineer and tech enthusiast specializing in software architecture, system design, and building scalable tech solutions. Passionate about sharing real-world engineering experiences, practical lessons, and tech insights.