HTML代码也就是HTML语言编写的文本。HTML文本是由HTML命令组成的描述性文本。
HTML命令可以说明文字、图形、动画、声音、表格、链接等。HTML的结构包括头部(Head)、主体(Body)两大部分,其中头部描述浏览器所需的信息,而主体则包含所要说明的具体内容。
以下是HTML代码:
<html>
<head>
<metahttp-equiv="content-type"content="text/html;charset=utf-8">
<metahttp-equiv="X-UA-Compatible"content="IE=Edge">
<metacontent="always"name="referrer">
<metaname="theme-color"content="#2932e1">
<linkrel="shortcuticon"href="/favicon.ico"type="image/x-icon"/>
<linkrel="search"type="application/opensearchdescription+xml"href="/content-search.xml"title="百度搜索"/>
<linkrel="icon"sizes="any"maskhref="//www.baidu.com/img/baidu_85beaf5496f291521eb75ba38eacbd87.svg">
<linkrel="dns-prefetch"href="//s1.bdstatic.com"/>
<linkrel="dns-prefetch"href="//t1.baidu.com"/>
<linkrel="dns-prefetch"href="//t2.baidu.com"/>
<linkrel="dns-prefetch"href="//t3.baidu.com"/>
<linkrel="dns-prefetch"href="//t10.baidu.com"/>
<linkrel="dns-prefetch"href="//t11.baidu.com"/>
<linkrel="dns-prefetch"href="//t12.baidu.com"/>
<linkrel="dns-prefetch"href="//b1.bdstatic.com"/>
<title>百度一下,你就知道</title>
<styleid="css_index"index="index"type="text/css">html,body{height:100%}

本文转载自中文网

本文转载自中文网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html5/h54028.shtml