Untitled
Anonymous
plain_text
05/13/2024 6:49 AM
552 B
18
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>div{background-color: #5e5e5e; margin: 20px;}</style>
<body>
<h1>Day 2 Homework</h1>
<div>First div</div>
<div>Second div</div>
<div>Third div</div>
<div>Fourth div</div>
</body>
</html>Editor is loading...
Leave a Comment