可以使用以下代碼實(shí)現(xiàn):
```
標(biāo)簽
剩余文字
```
然后使用 CSS 來設(shè)計(jì)標(biāo)簽和文字的樣式:
```
.label {
display: inline-block;
background-color: #ccc;
color: #fff;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
}
p {
margin: 0;
line-height: 1.4;
}
```
這樣就可以得到一個(gè)類似于以下效果的布局:
```
[標(biāo)簽] 剩余文字
```
給我們留言