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