요소를 선택하려면 요소 선택기를 사용하세요. 다음 코드를 실행하여 e388a4556c0f65e1904146cc1a846bee 요소를 선택할 수 있습니다.
Live Demo
<!DOCTYPE html> <html> <head> <style> p { color: blue; background-color: orange; } </style> </head> <body> <h1>Demo Website</h1> <h2>Learning</h2> <p>Tutorials on web dev, programming, database, networking, etc.</p> <p>Every tutorials has lessons with illustrations and figures.</p> </body> </html>
위 내용은 CSS와 같은 특정 요소 선택의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!