- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
div的定义和比较(Definition and comparison of div)
div的定义和比较(Definition and comparison of div)
I. overview of div
div, in simple terms, is a block container tag, that is, div and /div are equivalent to a container that can contain paragraphs, titles, tables, pictures, and even chapters, summaries, and notes, and other HTML elements. Therefore, the content in div and /div can be considered as a separate object for CSS control. When you declare, you only need to control the div, where the markup elements change.
Two, div and span are the same
span tags, like div tags, are widely used in HTML as a container tag. In the middle of span and /span can also accommodate various HTML elements, thus forming independent objects. As in the above example, if the div into span, after the execution will find exactly the same effect. It can be said that the two roles played by div and span are independent of each block, and in this sense there is not much difference between the two. Following chart:
head
titlediv tag example /title
style type= text/css
! --
Div{
Font-size:18px; / * font size.
Font-weight:bold; / * * / font weight
Font-family:Arial; / * * / font
Color:#FF0000; / * * / color
Background-color:#FFFF00; / * * / background color
Text-align:center; / * * / alignment
Width:300px; / * * / block width
Height:100px; / * * / block height
}
--
/style
/head
body
div
This is a div tag
/div
/body
Three, the difference between div and span
The difference between div and span is that div is a block level element that wraps elements around it, and span is just an inline element that does not line up before and after it. span has no structural meaning; it is purely an application style; span elements can be used when other elements within a row are inappropriate.
In addition, the span tag can be included in the div tag to become its child element, whereas the reverse is not true, i.e. the span tag does not contain div tags.
html
head
The difference between titlediv and span /title
/head
body
pdiv tags are different lines: /p
divimg s
您可能关注的文档
- 03.3.牛顿第二定律(03.3. Newton's second law).doc
- ++兰州大学风雨百年发展历程_卫视_凤凰网2().doc
- 007_黄仁宇现象(007_ Huang Renyu phenomenon).doc
- 002机械挖土施工工艺(002 mechanical excavation construction technology).doc
- 007如何创建html表格(007 how to create a HTML table).doc
- 008_盼(008_ look forward to).doc
- 0.5元(0.5 yuan).doc
- 033牛顿第二定律(033 Newton's second law).doc
- 002汽车美容店投资创业方案(002 auto beauty shop investment venture program).doc
- 04 配套cad笔记(04 matching CAD notes).doc
- div高度自适应方法汇总 - 51cto_com(Div highly adaptive method summary - 51cto_com).doc
- dm正在快速成长的广告轻骑兵(DM a fast growing advertising light cavalry).doc
- dnf好友度(DNF buddy).doc
- c语言程序设计(清华郑莉 安颍莲)chap12(C programming language (Tsinghua, Zheng Lian, Ying Lian) chap12).doc
- dnf物品掉落表(DNF item drop list).doc
- dnssec 配置说明(DNSSEC configuration description).doc
- dns简介(DNS profile).doc
- dns配置2(DNS configuration 2).doc
- dota十大新手英雄(Dota ten rookie Heroes).doc
- doublelinklist(doublelinklist).doc
最近下载
- 预习材料3-IFS集成财经服务变革.pdf VIP
- 北师大版高中数学必修一全册教学课件.ppt VIP
- 武汉市轨道交通1号线径河延伸线工程.pdf VIP
- ECMO学习心得体会重症医学科陈仁山.pptx VIP
- 2025年度“三会一课”及“主题党日”活动计划表+2025年党组理论学习中心组学习计划.doc VIP
- 最高法案例库-与公司有关的纠纷02-广东某乙公司诉某甲生物公司股权转让纠纷案.pdf
- 心力衰竭专家共识2025年.pptx
- 2023CSCO非小细胞肺癌诊疗指南.pdf VIP
- 2024-2025学年深圳市育才二中小升初入学分班考试语文试卷附答案解析.docx
- 2025年深圳市育才二中小升初入学分班考试数学模拟试卷附答案解析.pdf
文档评论(0)