Midterm Excercise 1 (Branch 3457)
✨ นางสาวณัชชา ธีระแนว
<html> <head> <title>Let's Start </title> <style> .box1{ width: 100px; height: 100px; margin: 5px; background-color: red; } .box2{ width: 100px; height: 100px; margin: 5px; background-color: red; } .box3{ width: 100px; height: 100px; margin: 5px; background-color: blue; } .box4{ width: 100px; height: 100px; margin: 5px; background-color: blue; } .box5{ width: 100px; height: 100px; margin: 5px; background-color: blue; } </style> </head> <body> <div class="box1"></div> <div class="box2"></div> <div class="box3"></div> <div class="box4"></div> <div class="box5"></div> </body> </html>