?? ???
??? ??? ?? HTML ??? ???? ?????.
class ? id ???? ??? ??? ??? ???? HTML ??? ???? ??? ? ????.
??: IE7 ? IE8? !DOCTYPE? ??? ???? ?? ???? ?????. IE6 ????? ?? ??? ???? ????.
?? ???
?? ???? ?? ??? ???? ?? ??? ???? ?????.
[title]{color:red;}
?? ? ? ???
?? ???? title="php"? ?? ??? ???? ?????.
[title=php]{border:5px solid blue;}
?? ?? ? ??? - ?? ? ??
?? ???? ??? ?? ?? ?? ??? ???? ?? ??? ?? ???? ?????. ???? ??? ?? ?? ?????.
[title~=hello] { color:red; }
?? ???? ??? ?? ??? lang ??? ???? ?? ??? ???? ?????. ????? ??? ?? ?? ?????:
[lang|=en] { color:red; }
?? ??? ??
?? ???? ?? ?????. ???? ??? ? ?? ?????. ?? ?? ID ??:
input[type="text"]{ width:150px; display:block; margin-bottom:10px; background-color:yellow; font-family: Verdana, Arial; } input[type="button"]{ width:120px; margin-left:35px; display:block; font-family: Verdana, Arial; }