Jump to content
  • 0

Добавление тега <p>


GstarMax
 Share

Question

Здравствуйте.

Кто знает, почему когда я добавляю тег <p> к Текст, то появляется отступ между <header> и .content, а также межу .content и <footer>??

Вот мой код:


<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Подсказка</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
HTML 5
</header>
<div class="content">
Текст, к которому добавляю <p>
</div>
<footer>
© 2013 Макс
</footer>
</body>
</html>

style


body { margin:0; padding:0; font:16px Tahoma, Geneva, sans-serif;}
header { display:block; background-color:#0099FF; height:100px; padding:20px; font-weight:bold;}
.content { margin:0 auto; min-height:478px; width:900px; background-color:#CCCCCC; padding:0 20px 0 20px;}

footer { display:block; background-color:#FF9933; padding:20px; text-align:center;}

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

.content > p:first-child { margin: 0; padding: 0; }

дело в том что у <p> присутствует, скорее всего, margin-top: Xpx;

и, естественно пр правилам, это отступ передается, в данном случае, родителю.

Link to comment
Share on other sites

  • 0
дело в том что у

присутствует, скорее всего, margin-top: Xpx; и, естественно пр правилам, это отступ передается, в данном случае, родителю.

Как сделать, что б он не передавался родителю?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy