HTML所见即所得编辑器
提供HTML所见即所得editor的交互处理。
使用步骤
如何使用
- Type or paste content into the editor and use the formatting toolbar.
- Switch between the visual editor and HTML source to review the result.
- Copy or download the cleaned HTML when it is ready for your project.
Small, semantic HTML editing
The editor supports headings, paragraphs, bold, italic, underline, links, unordered and ordered lists, block quotes, and inline code. It produces an HTML fragment rather than a complete document with head, scripts, or external assets.
Local sanitization and export
Editing, sanitization, preview, copying, and download happen in your browser. Exported markup is sanitized with a restricted element and attribute allowlist; scripts, event handlers, forms, frames, styles, and unsafe URL schemes are removed.
Review before publishing
This is a focused browser editor for short snippets. Browser editing commands and pasted markup can vary by engine, and the tool does not preserve application-specific CMS metadata, comments, or custom components.
常见问题
你可能还想知道
Is my content uploaded?
No. The editor and HTML cleanup run locally in your browser. Nothing is sent to a Hello Keyboard Tools server.
Can I paste HTML directly?
Yes. Use the HTML source view to inspect or replace a fragment, then switch back to the visual view. Unsafe elements and attributes are removed during sanitization.
Does it create a full HTML page?
No. It exports a cleaned HTML fragment for use inside an existing page or editor.
Will it preserve CSS classes?
Common class attributes are kept, but inline styles and unsupported attributes are removed. Review the exported fragment in the target project.