7_span标签

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>

    <style>
        #title{
            font-size: 40px;
        }
    </style>
</head>
<body>

欢迎学习<span id="title" >java</span>

</body>
</html>

结果展示

 

posted @ 2022-08-05 18:38  tuyin  阅读(16)  评论(0)    收藏  举报