//兩個p標籤的上下間距爲100px , 而不是200px , 發生了摺疊 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> p{ margin:100px; } </style> </head> <body> <p>這是第一段</p> <p>這是第二段</p> </body> </html>
參考文章: css