Lorem Ipsum HTML
Three paragraphs wrapped in tags. Click to copy.
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.</p> - Words
- 172
- Sentences
- 8
- Paragraphs
- 3
- Characters of markup
- 1,167
- Without spaces
- 996
- Bytes (UTF-8)
- 1,167
What you get, and where to paste it
What you copy here is markup and nothing more: three paragraphs, each in its own bare tag pair. No class attributes, no wrapping element, no non-breaking spaces, no inline styles smuggled in behind them. Dropped into a template it picks up whatever rules your stylesheet already has, which is the whole reason to want it in tags rather than as plain text.
Where you paste it decides what you see. A code editor, a template file or a fenced Markdown block treats the content as source, and it renders as three paragraphs. A rich-text field — a content editor, a document, an email composer — will usually escape it instead, and the angle brackets show up on screen as characters. That is the field being careful with what you typed rather than anything wrong with the markup.
If a rich-text box is where this is going, take the plain paragraphs instead: the same three blocks without tags are one click away on the three-paragraph page.