Div Tag

<!DOCTYPE html>
<html>
<head>
    <style>
        .myDiv {
          border: 5px outset black;
          background-color: red;
          text-align: center;
        }
        </style>
    <title>Document</title>
</head>
<body>
    <div class="myDiv">
        <h1>HI</h1>
    </div>
</body>
</html>

     


HI





Tags
Copyright © 2021 Designed by Rishi Rao