Rumah > Soal Jawab > teks badan
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>
Anda boleh melakukan ini.