[Solved] Why isn’t my HTML source code not recognizing my open td tags? [closed]


Because you didn’t close your bold tag

<td id='customer_service'>
   <b>Customer Service # (212)-233-5751<br>
              Thank you for your business</b> <!---- here -->
</td>

4

solved Why isn’t my HTML source code not recognizing my open td tags? [closed]