Week 1 (Branch 592)
✨ NATTAPAT WATTANAPITACPONG
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:2em; font-family:sans-serif; } .namecard{ width:50%; margin:auto; text-align:center; background:white; padding:2em; } .title{ color:deeppink; } a{ color:red; } </style> </head> <body> <!-- ให้แนะนำตัวเองพร้อมใส่ลิงค์ไปเฟสบุ๊คพี่ๆ --> <div class="namecard"> <h1 class="title"> Phawinee Thongbor </h1> <p> เด็กในตี้น่ารักทุ้กคนนน ยินดีที่ได้รู้จักค้าบ </p> <a href="https://www.facebook.com/faiifubetween">Faiifu Phaiwnee</a> </div> </body> </html>