Blogger Information
Blog 30
fans 0
comment 0
visits 22539
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML属性
的确
Original
650 people have browsed it
 

属性是HTML元素提供的附加信息

HTML元素可以设置属性

属性可以在元素中添加附加信息

属性一般描述于开始标签

属性总是以名称/值对的形式出现,例如name=”value”

属性实例

HTML链接由<a>标签定义。链接地址在href属性中指定

实例:

 

<!DOCTYPE html> 
<html>
<head>
<meta charset=”utf-8”>
<title>118qq.top</title>
</head>
<body>
<a href=http://118qq.top/>这是一个链接使用了href属性</a>
</body>
</html>

 

HTML属性常用引用属性值

属性值应该始终被包括在引号内

双引号是最常用的

提示:在个别情况下,比如属性值本身包括在双引号内,那么就必须使用单引号,例如name=”’123’’456’”

属性

描述

class

html元素定义一个或多个类名

id

定义元素的唯一id

style

规定元素行类样式

title

描述元素的额外信息

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
1 comments
2020-03-01 02:47:31
dasdsadsaad打算打算的撒
1 floor
Author's latest blog post