Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

css selector

is there a way to apply css, to all the td in the table (like in sample below) , which doesn't have other elements inside them, such as
anchor or span ?

<table>
  <tr>
    <td>just text</td>
    <td><a href="....">anchor tag</a></td>
    <td><span>span tag </span></td>
 </tr>
</table>
ASKER CERTIFIED SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial