freeCodeCamp/guide/russian/html/elements/paragraph/index.md

25 lines
597 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Paragraph Tag
localeTitle: Тег абзаца
---
## Параграф
HTML-код
Элемент представляет собой абзац текста.
обычно представляет собой блок текста, который он отделяет от других блоков по вертикальному пустому пространству.
### пример
\`\` \`html
Это абзац
Это еще один абзац
\`\` \`
#### Дополнительная информация:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p