开发者

Line break in firefox

开发者 https://www.devze.com 2023-02-11 04:18 出处:网络
I used <br/> in my html code to make a line break开发者_开发百科. It worked in explorer but had no influence in firefox.

I used <br/> in my html code to make a line break开发者_开发百科. It worked in explorer but had no influence in firefox. How do I make a line break which is good for both?


The correct HTML is <br>. The self-closing tag <br/> is used in XHTML.

0

精彩评论

暂无评论...
验证码 换一张
取 消