Computer Science, asked by madansatishmadan, 6 hours ago

Please answer Q24
fast

Attachments:

Answers

Answered by MichMich0945
0

HTML document:

<!DOCTYPE html>

<html lang="en">

<head>

   <style>

       h1 {

           text-align: center;

       }

       hr {

           height: 6x;

       }

       body {

           background-color: blue;

       }

   </style>

</head>

<body>

   <!-- Annual Sports Day -->

   <h1>Fun with sports</h1>

   <hr>

</body>

</html>

Rendered document: Provided in the attachments...

Hope this helps you <3

Attachments:
Similar questions