The HTML spec allows for periods (.) in an id: <img id="some.id" />. However, using a CSS ID selector rule will not match correctly: #some.id { color: #f00; }.
確定! 回上一頁