Midterm Excercise 1 เสร็จแล้ว
✨ THATCHON CHAROENPUWADOL
<html> <head> <title>Let's Start </title> <style> .redbox{ width:100px; height:100px; margin:5px; background-color:red; } .bluebox{ width:100px; height:100px; margin:5px; background-color:blue; } </style> </head> <body> <div class="redbox"></div> <div class="redbox"></div> <div class="bluebox"></div> <div class="bluebox"></div> <div class="bluebox"></div> </body> </html>