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