分割线 <hr>

<hr>标签用来在HTML页面中创建水平分隔线,通常用来分隔内容

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="x-ua-compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Title</title>
</head>
<body>
    <p>雨天</p>
    <hr>
    <p>晴天</p>
</body>
</html>

 

前端 HTML  body标签相关内容 常用标签 分割线 <hr>

 

相关文章:

  • 2021-07-04
  • 2021-07-27
  • 2021-10-23
  • 2021-08-02
  • 2021-06-28
  • 2021-10-18
  • 2021-10-18
  • 2021-07-26
猜你喜欢
  • 2021-10-19
  • 2021-06-14
  • 2021-12-08
  • 2021-10-23
  • 2021-08-22
  • 2021-07-04
  • 2021-07-18
相关资源
相似解决方案