Example 1: css id selector #id{ color:red; } Example 2: css class and id Select an element with the ID "id" and the class "class": #id.class { } example:
確定! 回上一頁