CSS Id and Class
« Previous | Next Chapter » |
The id and class Selectors
In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "class".
The id Selector
The id selector is used to specify a style for a single, unique element.
The id selector uses the id attribute of the HTML element, and is defined with a "#".
The style rule below will be applied to the element with id="para1":
Example
Try it yourself » |
Do NOT start an ID name with a number! It will not work in Mozilla/Firefox.
กำหนด แต่ละตัวได้โดยใช้ id ถ้ามันมีตัว ซ้ำๆกันหลายๆตัว เช่นในตัวอย่าง p มีหลายตัว ก็ใส่ id ให้กับมันนะ
แต่ id ไม่สามารถ ใส่ตัวเลขก่อนได้
ดังตัวอย่าง มี #para1 นี่คือเจ้า id ชื่อ para1 ใช้ชาป เป็นคำสั่งให้ใช้มัน
---ทุกคำสั่งในหน้าเว็ป ห้ามมี id ซ้ำกัน
ไม่มีความคิดเห็น:
แสดงความคิดเห็น