HTML, CSS, JS Compiler

x
 
<html>
<head>
<title>Poori Padhai</title>
</head>
<body>
<h2>HTML Div Tag</h2>
<div style="color:red">
<h1>First item</h1>
<h3>Second item</h3>
<p>Third item</p>
</div>
</body>
</html>