HTML文件基本标记(一)-、、

关于HTML文件head、title、meta标记的使用


<html>
<head>

<meta charset="UTF-8">

<meta name="keyword" content="html,基本标记">

<meta name="description" content="关于HTML文件的基本标记">

<meta name="generator" content="eclipse">

<meta name="author" content="刘昕">






<meta name="robots" content="Index">

<meta http-equiv="refresh" content="3;url=https://www.baidu.com">

<meta http-equiv="expiresh"
    content="Thurs,31 December 2099 23:59:59 GMT">

<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">

<meta http-equiv="set-cookie"
    content="Thurs,31 December 2099 23:59:59 GMT">


<meta http-equiv="windows-target" content="_top">
<title>HTML文件的基本标记title>
head>
<body>
    <h1 style="text-align: center;">头部标记h1>
    <p align="center">
        base:当前文档的URL全称(基底网址);<br />
    p>
    <p align="center">
        basefont:设定基准的文字字体、字号和颜色;<br />
    p>
    <p align="center">
        title:设定显示在浏览器左上方的标题内容;<br />
    p>
    <p align="center">
        isindex:表明该文档是一个可以用于检索的网关脚本,由服务器自动建立;<br />
    p>
    <p align="center">
        meta:有关文档本身的元信息,如用于查询的关键字、获取该文档的有效期等;<br />
    p>
    <p align="center">
        style:设定CSS层叠样式表的内容;<br />
    p>
    <p align="center">
        link:设定外部文件的连接;<br />
    p>
    <p align="center">
        script:设定页面中程序脚本的内容;<br />
    p>
    <br />
    <br />
    <br />
    <h2 style="text-align: center; color: red;">
        <a
            href="file:\\\D:\eclipse\workspace\MyPage\HTML_BasicMarkup\ToBeContinue.html">下一页a>
    h2>

body>
html>

你可能感兴趣的:(HTML学习笔记)