html 记录
2021-06-17 14:02
阅读:337
YPE html>
标签:提交数据 规范 组合 sch dex city 测试 type school
html 文件就是充当模板使用,包含head头和body身体,body包含众多的标签,每个标签都使用尖括号包裹,内部由标签名和标签属性构成。
其中标签分为2类:
1:块级标签,特点:占用一行,如:, ,
等
2:行内标签,特点:只占用自身大小,如:,, 等
标签存在的意义:用于定位操作,css操作,js操作
html特殊符号参考:http://www.cnblogs.com/web-d/archive/2010/04/16/1713298.html
适用于大多数 HTML 元素的属性
属性 值 描述
class classname 规定元素的类名(classname)
id id 规定元素的唯一 id
style style_definition 规定元素的行内样式(inline style)
title text 规定元素的额外信息(可在工具提示中显示)首页 This is a heading
This is a heading
This is a heading
This is a heading
This is a paragraph.
This is another
paragraph.
This is a link
测试
html 记录
标签:提交数据 规范 组合 sch dex city 测试 type school
原文地址:http://www.cnblogs.com/zy6103/p/7266337.html
评论
亲,登录后才可以留言!