Figure: is there a default margin for block-level elements?


May.26,2022

Block-level elements occupy a row by default, which has nothing to do with margin


the default for block-level elements is display: block . If you change these two DIV to display: inline-block , they will both be on one line

.

Block-level elements and intra-line elements in CSS suggest you search for related concepts on Baidu


default width of block-level elements

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37bcc-2c0cf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37bcc-2c0cf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?