paragraph-definition-html

v0.0.1arrow_drop_down
v0.0.1
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
N/A
This is an MDX component with the definition of the paragraph HTML element.
1 contributor
Install paragraph-definition-html as a package?
Copied
npm i @bit/eden.markdown-components.content.paragraph-definition-html
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
No preview available
modifieddraft
chevron_left
chevron_right

The Paragraph element

The HTML <p> element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.

Paragraphs are block-level elements, and notably will automatically close if another block-level element is parsed before the closing </p> tag.

<p> An example for the paragraph element </p>
Help and resources