What a Lorem Ipsum generator is for
Lorem Ipsum is the placeholder text designers have reached for since the 1500s: nonsense Latin that looks like real prose but says nothing. That is the whole point. When a layout is filled with readable English, reviewers start editing the copy instead of judging the design. Meaningless text keeps everyone focused on what actually matters at the wireframe stage — line length, vertical rhythm, heading scale and how blocks breathe on the page.
This generator builds text from the standard Lorem Ipsum word pool. Pick what you want — paragraphs, sentences, words or list items — set a count, and it assembles natural-looking blocks with varied sentence lengths and proper capitalisation. Tick Wrap in HTML tags and it returns ready-to-paste markup so you can test your CSS straight away.
A worked example
Ask for 2 paragraphs with the classic opening enabled and HTML tags on, and you get markup that starts exactly like this, ready to drop into a template:
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor…</p>
The second paragraph is fully randomised, so the two blocks differ in length and shape — just like
real content would. Switch to List items and the same toggle produces a clean
<ul> with each sentence on its own <li>.
What each mode produces
| Mode | Output | HTML wrapping |
|---|---|---|
| Paragraphs | 4–7 sentences per paragraph, blocks separated by a blank line | <p>…</p> |
| Sentences | 6–13 words each, capitalised, joined on one line | <span>…</span> |
| Words | A simple run of lowercase placeholder words | <span>…</span> |
| List items | One sentence per item, ideal for menus and bullet tests | <ul><li>…</li></ul> |