Lorem ipsum generator

Generate placeholder paragraphs, sentences, words or lists — instantly and privately in your browser.

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

ModeOutputHTML 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>
Privacy note: every paragraph is generated on your device with JavaScript. No text is uploaded, logged or stored, so the output exists only in this browser tab until you copy or close it.

Frequently asked questions

What is Lorem Ipsum and why is it used?

Lorem Ipsum is scrambled, meaningless Latin-like text used as placeholder copy in layouts. Because the words carry no meaning, reviewers focus on typography, spacing and visual hierarchy instead of reading the content — which is exactly what you want while a design is still being refined.

Does the generated text start with “Lorem ipsum dolor sit amet”?

When you generate paragraphs, the first paragraph begins with the classic “Lorem ipsum dolor sit amet, consectetur adipiscing elit” opening, just like traditional placeholder text. Everything after that is randomised from the standard Lorem Ipsum word pool so each block looks natural and varied.

Can I wrap the output in HTML tags?

Yes. Tick “Wrap in HTML tags” and paragraphs are wrapped in <p>…</p>, list items in <ul><li>…</li></ul>, and sentences or words in a <span>. That makes it easy to drop the markup straight into a template to test your CSS spacing and rhythm.

Is there a limit to how much text I can generate?

You can request up to 100 paragraphs, sentences, words or list items at a time. For very long mockups, generate a few blocks and copy them more than once — generation is instant because it all runs in your browser.

Is my generated text private?

Completely. The generator runs entirely in your browser with JavaScript. Nothing is sent to a server, nothing is logged, and nothing is stored — close the tab and the output is gone.