<html> <head> <meta charset=utf-8> <style type="text/css"> /*补全代码*/ div{font-size:20px;} div:first-of-type{color:rgb(255,0,0);} .green{color:rgb(0,128,0);} #black{color:rgb(0,0,0);} <...