换行标签 <br/> 用于网页中的换行,没有行距。
<br/>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> 张学友 <br/> 周杰伦 </body> </html>