Week 1 GroupA -TA Getty (Branch 1199)
✨ นายกิตติภพ ปังตระกูล
<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"> Team P'Getty </h1> <p> แนะนำตัวเองหน่อยค้าบบบบบบ!!! </p> <a href="#!">My Facebook</a> </div> </body> </html>