<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
span {
width: 200px;
height: 200px;
background-color: pink;
}
</style>
</head>
<body>
<span>老师你怎么穿着品如的衣服呢</span><strong>品如的衣服</strong>
<span>小川老师</span><strong>品如的衣柜</strong>
</body>
</html>