Home  >  Article  >  Web Front-end  >  what are inline elements in css

what are inline elements in css

王林
王林Original
2020-11-11 14:07:342313browse

Inline elements in css refer to inline elements, corresponding to block-level elements. An inline element and its sibling elements are displayed next to each other on the same line in order from left to right, and do not occupy a separate line. Inline elements are usually used within block-level elements.

what are inline elements in css

#1. What is an inline element?

Inline elements have many names, such as inline elements, inline elements, inline elements, inline elements, etc., which correspond to block-level elements. An inline element and its sibling elements are displayed next to each other on the same line in order from left to right, and do not occupy a separate line.

(Learning video recommendation: java video tutorial)

2. Characteristics of inline elements

(1) On the same line as other sibling elements , no need to start a new line

(2) Width, height, and margins to the top and bottom cannot be set

(3) The width is squeezed by the content, that is, its width is its content The width of

(4) can only accommodate inline elements and text, which are usually included in block-level elements using

3. Common inline elements

  a – 锚点
 img – 图片
 input – 输入框
 span – 常用内联容器,定义文本内区块
 b – 粗体(不推荐)
 big – 大字体
 br – 换行
 em – 强调
 font – 字体设定(不推荐)
 i– 斜体
 s – 中划线(不推荐)
 select – 项目选择
 small – 小字体文本
 strike – 中划线
 strong – 粗体强调
 sub – 下标
 sup – 上标
 textarea– 多行文本输入框
 u – 下划线

related Recommended: CSS tutorial

The above is the detailed content of what are inline elements in css. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn