Posted on Leave a comment

Executable Block

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <style>
    div {
      background-color: aqua;
    }
  </style>
</head>
<body>
  <div>Hello Ocean</div>
</body>
</html>
Leave a Reply

Your email address will not be published. Required fields are marked *