html css javascript <html> <head> <meta charset=utf-8> <style type=\"text/css\"> div { color: rgb(255,0,0); font-size: 20px; } .green { color: rgb(0,128,0); } #black { color: rgb(0,0,0); } </style> </head> <body> <div>红色</div> <div class...