<title>标签

title

用来指定一个页面的标题,title不会直接显示在页面内部,它不能插入图片和有子元素,它显示在页面最上角。

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>我的博客</title>
    </head>
    <body>
    </body>
</html>

显示位置每一个页面的顶部

 

2019-08-22 13:52:30

posted @ 2019-08-22 13:53  有个谱干活  阅读(102)  评论(0编辑  收藏  举报