首頁 > 問答 > 主體
P粉5746952152023-08-02 12:01:09
<!DOCTYPE html> <html> <style> .red { color: #ff0000; } .notred{ color: #000000; } </style> <body> <div class="red"> Text1 <p class="notred">Text2</p> </div> </body> </html>
你可以這樣做。