target tds in a specific tr code example
Example 1: To target a particular td
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}
Example 2: how To target a particular td in css
BY LOVE
.modal-body table tr td:nth-child(2)
{
color:red;
}