
Welcome to HatriBytes Playground! Here, you can experiment with HTML code in real-time. Use the editor below to write or modify your HTML code and see the changes instantly in the preview pane. Happy coding!
xxxxxxxxxx
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HatriBytes Playground</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>