What are the empty elements in css

王林
Release: 2020-11-30 14:11:17
Original
2342 people have browsed it

The empty elements in css are: 1. br; 2. hr; 3. img; 4. input; 5. link; 6. meta; 7. area; 8. command. CSS stipulates that each element has a display attribute, and each element has a default display value.

What are the empty elements in css

The operating environment of this tutorial: windows10 system, css3 html5 version. This method is suitable for all brands of computers.

(Recommended tutorial: css video tutorial)

First of all, css stipulates that each element has a display attribute to determine the type of the element. Each element has The default diaplay value, for example, the default display value of div is "block", which means it is a "block-level" element; the default display attribute value of span is "inline", which is an "inline" element.

1. Inline elements include: a b span img input select strong

2. Block-level elements include: div ul ol li dl dt dd h1 h2 h4...p

3. Common empty elements:


Uncommon ones include:

< ;area>,

Related recommendations:CSS tutorial

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

Related labels:
css
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!