การใส่ Background มี 2 แบบ คือ แบบสี, แบบรูปภาพ
รูปแบบโค้ด
// Background แบบสี <html> <head> <title>Un title page</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <body bgcolor="#FFFF00"> //นี่เป็นส่วนของโค้ด</body> </html> |
// Background แบบรูปภาพ <html> <head> <title>Un title page</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <body background="bg_test.gif"> //นี่เป็นส่วนของโค้ด ใส่ไฟล์รูปภาพลงไป</body> </html> |
ไม่มีความคิดเห็น:
แสดงความคิดเห็น