1. 程式人生 > >前端 html span標簽

前端 html span標簽

nbsp type png utf charset apple lan 分享圖片 span

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <!-- 只有h1 - h6 -->
    <h1>mike</h1>
    <h2>apple</h2>
    <h3>jack</h3>
    <h4>ken</
h4> <h5>alex</h5> <h6>peter</h6> <span>helo</span> <span>helo</span> <span>helo</span> <span>helo</span> </body> </html>

技術分享圖片

前端 html span標簽