1.HTML的换行和空格 <br\> ----换行   ------空格 2.设置页面的标签 <html> <head> <title>jfxu</title> </head> <body></body> </html>