内容容器 ‹span›

Exisi 2020-06-03 09:01:15
Categories: Tags:

 

实例

<!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.0">

    <title>test</title>

</head>

 

<body>

    <p><span>一些文字</span></p>

</body>

 

</html>

 

 

来自 <https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#%E4%BE%8B%E5%AD%90>