Frequently Asked Questions
How does the HTML live preview work?▼
As you type HTML, CSS (in style tags), or JavaScript (in script tags) into the editor, the preview pane automatically updates with a short debounce delay. The preview runs inside a sandboxed iframe for security, rendering your code exactly as a browser would display it.
Can I use CSS and JavaScript in this editor?▼
Yes. You can include CSS inside <style> tags and JavaScript inside <script> tags within your HTML. The editor supports the full HTML5 specification, including inline styles, embedded stylesheets, and JavaScript. You can also use external resources via CDN links.
Is my code saved or sent to a server?▼
No. All code editing and preview rendering happens entirely in your browser. Nothing is sent to any server. Your code stays private and local. You can download your work as an HTML file at any time.