水平线
在不同的主题间进行分割时,例如在书中改变话题或者在剧本中切换场景你可在不同部分插入一条水平线。
<!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>水平线</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div>水平线</div> <p>在主题间进行分割</p> <hr /> <p>你可在不同部分插入一条水平线</p> </body> </html>