完整CSS选择器参考手册
#id选择器指定具有ID的元素的样式。
为 id="firstname" 元素添加指定样式:
#firstname { background - color: yellow; }
所有主流浏览器都支持 #id 选择器。