其他分享
首页 > 其他分享> > demo05-换行标签

demo05-换行标签

作者:互联网

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <!--
            换行标签:<br />就是光标跳到下一行,类似python的\n
        -->
        虾米几年了,<br />
        今年几岁了,<br />
        QQ几年了,<br />
        谁大水小几年了,<br />
        海步银啊,<br />
    </body>
</html>

 

标签:QQ,海步,demo05,换行,标签,虾米,python,几年
来源: https://www.cnblogs.com/huaibin/p/12586576.html