Home  >  Article  >  Web Front-end  >  What is the difference between div and span

What is the difference between div and span

php中世界最好的语言
php中世界最好的语言Original
2018-02-09 09:53:207769browse

This time I will introduce to you what is the difference between div and span, and what are the precautions when using div and span. The following is a practical case, let's take a look.

What they have in common:

DIV tags and SPAN tags treat some content as a whole, for example, hiding it as a whole and moving it as a whole. Something like a box. This can streamline the code and improve efficiency.

Differences:

1. div puts the content into a rectangular block, and moving it at will will affect the layout. Span only defines the content as a whole and operates it without affecting the layout and display.

2. div is generally used for typesetting, while span is generally used for local text styling.

I believe you have mastered the methods after reading these cases. For more exciting information, please pay attention to the php Chinese website Other related articles!

Related reading:

How to use button trigger to achieve background color flashing

How to convert table data in html to Json format

It is invalid to define multiple class attributes in HTML

What are the parameters of the IE web page pop-up window

How to operate the sub-page of iframe to shield the page pop-up layer effect from the parent page

The above is the detailed content of What is the difference between div and span. 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