Untitled
unknown
html
a year ago
376 B
11
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <title>Document</title> </head> <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