เสร็จเเล้ว
✨ PHIRAPHAT KITPROMPHON
<html> <head> <title>เสร็จเเล้ว </title> <div> </div> <div> </div> <div> </div> <div> </div> <div></div> <style> div{ width: 100px; height: 100px; margin: 5px; background-color:red; } div:nth-child(3){ background-color:blue} div:nth-child(4){ background-color: blue} div:nth-child(5){ background-color: blue} </style> </head> <body> <!-- == Exercise 1 == 1. สร้างกล่อง Div ขนาด 100x100 pixel, margin รอบทิศทาง ขนาด 5 pixel จำนวน 5 กล่อง 2. ให้กล่อง 1 - 2 สีแดง 3. ให้กล่องอื่นๆ สีน้ำเงิน --> </body> </html>