Blogger Information
Blog 30
fans 0
comment 0
visits 22613
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML四个实例
的确
Original
604 people have browsed it
 

HTML标题

HTML标题是通过<h1>——<h6>标签来定义的

实例:

 

<!DOCTYPE html>


<html>

<head>

<meta charset="uft-8">

<title>缤纷游乐(118qq.top)</title>

</head>

<body>

<h1>118qq.top</h1>

<h2>118qq.top</h2>

<h3>118qq.top</h3>

<h4>118qq.top</h4>

<h5>118qq.top</h5>

<h6>118qq.top</h6>

</body>

</html>

12356.png321.png

HTML段落

Html段落是通过<p>标签来定义的

实例:

 

<!DOCTYPE html>


<html>

<head>

<meta charset="uft-8">

<title>缤纷游乐(118qq.top)</title>

</head>

<body>

<p>118qq.top</p>

<p>118qq.top</p>

<p>118qq.top</p>

</body>

</html>

3.png4.png

HTML链接

HTML链接是通过标签<a>来定义的

实例:

 

<!DOCTYPE html>


<html>

<head>

<meta charset="uft-8">

<title>缤纷游乐(118qq.top)</title>

</head>

<body>

<a href="http://118qq.top/">这是一个链接,使用了href属性</a>

</body>

</html>

1.png

12.png

 

HTML图像

HTML图像是通过<img>标签来定义的

 

<!DOCTYPE html>


<html>

<head>

<meta charset="uft-8">

<title>缤纷游乐(118qq.top)</title>

</head>

<body>

<img src="/image/118qq.jpg width="300" height="500" />

</body>

</html>

123.png1234.png

 

注意:图像的大小和名称是以属性的方式提供的

 

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post