1. div container vs section 做排版经常会有 container > row > col 概念, 不管是 Flex 还是 Grid. 是否用 div 还是把 style 写在 section or article ? 它的关键是你得分开看到 style 和 element (语义). 如果你想做一些排版 (比如 Figma 的 Frame), 那么你用 div 是 ok 的, 而不是为了要排版然后...
段是指一篇文章里按照主题的分节,区块是指一个页面里的分组。 section 通常带有标题。 虽然HTML5 中的 section 会自动给标题 h1 - h6 降级,但是最好手动给他们降级。 article、nav、aside 可以理解为特殊的 section。 所以如果可以用 article、nav、aside 就不要用 section,没有实际意义的用 div。 <article cla...
initial-scale=1.0"> <title>Document</title> </head> <body> <h1>某某某</h1> <!-- 基本信息 --> <div> <h2>基本信息</h2> <img src="./test02.jpg" alt="你的图片加载失败" title="头像" width="100px" border="3px""> <p><span>求职意向:</...
<div>division:分隔,分区</div><!--大盒子:一行只能放一个div--><span>span:跨度,跨距</span><!--小盒子:一行上可以放多个span--> 文本标签 <h1>标题标签<h6><!--数字越小,文字越大(加粗独占一行)--><p>段落标签</p><!--根据浏览器窗口大小自动换行,段落之间有空隙--><br/><!--换行,单标签...
section 通常带有标题。 虽然HTML5 中的 section 会自动给标题 h1 - h6 降级,但是最好手动给他们降级。 article、nav、aside 可以理解为特殊的 section。 所以如果可以用 article、nav、aside 就不要用 section,没有实际意义的用 div。 <articleclass=""><h1>王者荣耀</h1><section><h2>诸葛亮</h2><p>是...
In HTML, the span tag is a generic inline container element. You use this element to wrap sections of text for styling purposes or to add attributes to a section of text without creating a new line of content. It is similar — but not the same as — the <div> tag. ...
(safe-area-inset-bottom); } </style> <div class="" style="overflow-x: hidden;"> <!--#include virtual="/sinclude/common/head_inc.shtml" --> <!--#include virtual="/sinclude/common/m_smartbox.shtml" --> <!-- 楼层圆角配置 --> <!--#include virtual="/sinclude/update/wx/2020/12...
div 独占一行 span 一行多个 有语义的的布局标签:header头部,nav导航,footer底部,aside侧边栏,section区块,article文章 字符实体 空格 > 大于 < 小于 & 和 " 双引号 &apos 单引号 5、CSS基础 CSS引入方式 内嵌式、外联式、行内式 基础选择器 标签选择器p{},类选择器 .class{},id 选择器 #value{},通配符...
The <div> tag defines a division or a section in an HTML document, but it doesn’t tell us anything about its content or convey any clear meaning.Developers commonly use IDs and/or class names with these <div> tags. This conveys more meaning to the developers, but unfortunately, it ...
VSOBDESCRIPTIONSECTION VSOBJCLIPFORMAT VSOBJECTINFO VSOBJGOTOSRCTYPE VSOBNAVIGATIONINFO2 VSOBNAVIGATIONINFO3 VSOBNAVNAMEINFONODE VSOBNAVNAMEINFONODE2 VSOBSEARCHCRITERIA VSOBSEARCHCRITERIA2 VSOBSEARCHTYPE VSOLECMDEXECOPT_HIWORD VSOPENFILENAMEW VSOUTLINECAPTION VSOVERLAYICON V...