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