How to show Multiple TDs in a TR, but on separate lines? HTML

By: Prof. Dr. Fazal Rehman Shamil | Last updated: March 3, 2022

How to show Multiple TDs in a TR, but on separate lines?

You can use the display property  as a bock  in CSS. For example we can write the css as td{ border:2px solid red; background:red; }.

 

Leave a Reply