Midterm Excercise 1 (Branch 2525)
✨ APHATSARA MORATSATHIAN
<html> <head> <title>เสร็จแล้ว </title> <style> .box1{ width: 100px; height: 100px; background-color : red; margin:5px; } .box{ width: 100px; height: 100px; background-color :blue; margin:5px; } </style> </head> <body> <div class='box1' ></div> <div class='box1' ></div> <div class='box' ></div> <div class='box' ></div> <div class='box' ></div> </body> </html>