Lorem Ipsum Generator

Set how many blocks you need, pick a format, and copy or regenerate β€” the placeholder text updates instantly.

How Lorem Ipsum Generator Works

This tool generates placeholder "Lorem Ipsum" text -- the scrambled-Latin-looking filler copy designers and developers drop into mockups, wireframes, and layouts when the real content isn't ready yet. Set how many blocks you need, pick a format (plain text, paragraphs, headings, a bullet list, or paragraphs with line breaks), and the result is generated instantly -- with a Regenerate button for a fresh random result and a Copy Result button to grab it. Plain text with no HTML tags at all is the default, since that's what most people dropping filler copy into a document or design tool actually want.

Formula & Method

Every block is built from a bank of the same ~60 words that appear in the classic Lorem Ipsum passage (Cicero's scrambled Latin). Plain Text, <p>, <div>, and <br> all generate real multi-sentence paragraphs (4-7 sentences of 6-14 words each, with the very first paragraph always opening on the traditional "Lorem ipsum dolor sit amet, consectetur adipiscing elit." line) -- Plain Text leaves each paragraph unwrapped and separated by a blank line, <p> and <div> each wrap every paragraph in that tag, and <br> instead appends a trailing <br> to the end of each paragraph with no wrapping tag, since a line-break tag can't enclose content the way a paragraph or div tag can -- there's deliberately no <br> before the very first paragraph, only after each one. <h1>, <h2>, and <li> switch to a different, shorter kind of text entirely -- 3-8 word phrases with no multi-sentence structure, one per heading or bullet point, since a full paragraph crammed into a heading or bullet point wouldn't read like a real one; bullet items are additionally wrapped in a single <ul> so the output is valid, pasteable HTML on its own.

Worked Example

With the default Plain Text format and 2 paragraphs: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Labore magna sed dolore aliqua... followed by a blank line and a second, fully random paragraph, with no HTML tags anywhere. Switching to <li> with 3 items instead produces a complete <ul> with three short <li>Tempor incididunt ut labore.</li>-style bullet lines inside it -- a different random result every time you generate, except for that one fixed opening line in paragraph-style modes.

Frequently Asked Questions

What is Lorem Ipsum, and why is it used?
Lorem Ipsum is scrambled, meaningless Latin-derived text that has been the printing and design industry's standard placeholder copy since the 1500s. It's used instead of real content during design and layout work because its natural-looking word and sentence lengths let you judge how a layout will actually look with text in it, without a reader's attention being pulled toward reading (and judging) placeholder wording.
What do the Plain Text, <p>, <div>, <h1>, <h2>, <li>, and <br> buttons do?
They control both the output format and the kind of text generated. Plain Text (the default) produces the same paragraphs as

and

but with no HTML tags at all -- just the words, separated by blank lines.

and

each wrap every paragraph in that tag, while
instead follows each paragraph with a line-break tag and no wrapper.

and

produce short heading-style phrases wrapped in that heading tag.
  • produces short bullet-point phrases, each wrapped in
  • tags inside one enclosing
      , so bullet points come out as ready-to-use HTML rather than plain paragraph text.
  • How is Regenerate different from changing the count?
    Regenerate reruns the generator with your current format and count exactly as they are, giving you a completely new random result without having to nudge any setting -- useful when you like the length and format but just want different wording.
    Is the generated text the same every time?
    No -- other than the very first paragraph in Plain Text,

    ,

    , or
    mode, which always opens with the traditional "Lorem ipsum dolor sit amet, consectetur adipiscing elit." line, every phrase and sentence is randomly assembled from the word bank each time, so you'll get a different result on every generation and every click of Regenerate.
    How many paragraphs, headings, or bullet points can I generate?
    Between 1 and 20 per generation, set with the slider or the number field next to it -- the label above it (Paragraphs, Headings, or List Items) updates to match whichever format is currently selected, and the text regenerates immediately whenever you change the count.
    Why does this page mention "loram ipsum"?
    "Loram ipsum" is a common misspelling of "Lorem Ipsum" -- it's mentioned here, and matched by this site's own search box, specifically so people who remember or type it that way can still find this tool.