Please answer Q24
fast
Attachments:
Answers
Answered by
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