Bu html sayfasında iki farklı css yapısı tanımlanmış ve hangisinin nerede kullanacağı isminden (kimlik veya id) yararlanılarak bulunmuştur. Bu sayede istenen ifadeye istenen css yapısı atanmıştır.
PHP- Kodu:
PHP- Kodu:
Kod:
[LEFT][ICODE][COLOR=#000000] [COLOR=#007700]<[/COLOR][COLOR=#0000BB]html[/COLOR][COLOR=#007700]><[/COLOR][COLOR=#0000BB]head[/COLOR][COLOR=#007700]> <[/COLOR][COLOR=#0000BB]style type[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#DD0000]"text/css"[/COLOR][COLOR=#007700]> [/COLOR][COLOR=#FF8000]#content_title { background-color:rgb(202,202,255); color:navy; border:thin brown dotted; } #css_title { background-color:#DAFEBC; color:green; } </style></head> <body> <p id="content_title">Kimlik Seçici <b>content_title</b></p> <p id="css_title">Kimlik Seçici <b>css_title</b></p> </body> </html> [/COLOR][/COLOR][/ICODE][/LEFT]