Untitled
unknown
plain_text
9 months ago
566 B
4
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Todo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<h1>Todo List</h1>
<form>
<div class="container">
<Label>Enter Todo Here</Label>
<input type="text">
<button>Add Todo</button>
<div class="list">
<ul>
<li></li>
</ul>
</div>
</div>
</form>
</center>
</body>
</html>Editor is loading...
Leave a Comment