Split by Period
Split HTML texts into new paragraphs after a defined number of periods.
After how many periods to create a new paragraph.
How to split the text into paragraphs?
1. Paste the HTML text in the field above.
2. Set after how many periods a new paragraph should be created (e.g., 1).
3. Click Split into paragraphs or simply type — the result updates automatically as you write.
4. Use the Copy result button to save the processed HTML.
How does it work?
The splitting happens right in your browser. The HTML is analysed and every period that ends a sentence is identified, ignoring decimal numbers, URLs, emails and file extensions. After the defined amount, new <p> paragraphs are created without changing the existing tags, classes, links and icons. Nothing is sent to servers — your content never leaves your device.
Frequently asked questions
Does the tool change the HTML tags in my text?
No. The tool only inserts the closing and opening of new paragraphs at the right points. Tags, attributes, classes, links, icons and styles are preserved.
What about decimal numbers, URLs and emails?
They are ignored. The tool only identifies periods that truly end a sentence, avoiding breaking numbers like 3.5, links like example.com or emails.
What if my text has no paragraph tags?
The tool creates the paragraphs automatically, wrapping each group of sentences in a <p> tag.
Does 1FazTudo send my HTML to a server?
No. Everything happens in your browser. Your content never leaves your device.
Can I set any number of sentences per paragraph?
Yes. You choose after how many periods a new paragraph should start. With the value 1, every sentence becomes a paragraph.