เสร็จแล้ว
✨ Putthima D.
<html> <head> <title>Let's Start </title> <style> .box{ width:100px; height:100px; background:red; margin:5px; } .box2{ width:100px; height:100px; background:blue; margin:5px; } </style> </head> <body> <div class=box> </div> <div class=box> </div> <div class = box2> </div> <div class =box2> </div> <div class =box2> </body> </html> </html>