Block - MDN Web Docs Glossary: Definitions of Web-related terms 编辑
The term block can have several meanings depending on the context. It may refer to:
- Block (CSS)
- A block on a webpage is an HTML element that appears on a new line, i.e. underneath the preceding element in a horizontal writing mode, and above the following element (commonly known as a block-level element). For example,
p
is by default a block-level element, whereasa
is an inline element — you can put several links next to one another in your HTML source and they will sit on the same line as one another in the rendered output. - Block (scripting)
- In JavaScript, a block is a collection of related statement enclosed in braces ("{}"). For example, you can put a block of statements after an
Statements/if...else
block, indicating that the interpreter should run the code inside the block if the condition is true, or skip the whole block if the condition is false.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论