how to display html code in browser
<html>
<body>
<h1>hi this is a basic display html code on browser by yasin</h1>
<textarea class="display">
<html>
<body>
<h1>hi this is a basic display html code on browser by yasin</h1>
</body>
</html>
</textarea>
<style type="text/css">
.display{
height: 100px;
width: 500px;
}
</style>
</body>
</html>