Back to Element Relation ↑ Question We would like to know how to fill nth-child. Answer <!DOCTYPEhtml>table tr:nth-child(even) td {<!--www.java2s.com-->background-color: yellow; } table tr:nth-child(2n+1) td {padding-left: 10px; } table tr:nth-child(3n+2) td {color: blu...