Month: January 2025

web development day 3

ทำการใช้ icon จาก fontawaresome https://fontawesome.com/ เมื่อโหลดมาแล้วแตกไฟล์วางไว้ในเว็บไซต์เรา ไปหน้า index.html ส่วนของ <head></head> ใส่โค้ด link reference เพื่อเรียกใช้ fontawaresome <html> <head> <title>sompoch</title> <link href="fontawesome-free-6.7.2-web/css/fontawesome.css" rel="stylesheet" /> <link href="fontawesome-free-6.7.2-web/css/brands.css" rel="stylesheet" /> <link href="fontawesome-free-6.7.2-web/css/solid.css" rel="stylesheet" />…

web site day 2

เปิด xampp ทำการ start apache ให้ไปที่ htdoc แล้วสร้างโฟลเดอร์ app1 เข้าไปใน app1 แล้ว new file ตั้งชื่อว่า index.html คลิกขวาที่ file index.html แล้วเปิดด้วย VS Code ประกาศโค้ด <html></html> สร้าง tag title เพื่อแสดงบน tab ของ…