Files
freeCodeCamp/guide/russian/html/elements/paragraph/index.md
2018-10-16 21:32:40 +05:30

25 lines
597 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Paragraph Tag
localeTitle: Тег абзаца
---
## Параграф
HTML-код
Элемент представляет собой абзац текста.
обычно представляет собой блок текста, который он отделяет от других блоков по вертикальному пустому пространству.
### пример
\`\` \`html
Это абзац
Это еще один абзац
\`\` \`
#### Дополнительная информация:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p