ZioMark Logo Live HTML Editor
Home Learning API IDE Store
xxxxxxxxxx
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta charset="UTF-8">
5
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
    <title>Your Title Here</title>
7
    <style>
8
        /* Add some styles here */
9
    </style>
10
</head>
11
<body>
12
    <h1>Hello There!</h1>
13
    <p>Welcome to ZioMark's HUB live HTML editor.</p>
14
    <!-- Scripts can be added here -->
15
</body>
16
</html>