I got a work of my client and found lot of br tag inside html page. Now it will take a lot time remove them menially. Is it possible to remove or overwrite to rule of br tag using CSS ?
1 Answers
Yes, you can overwrite br tag by css as below
br { display:none }
I will disappear all br tag without changing your HTML code. See the live demo at http://kivabe.com/code/try/css-for-br-tag