Skip to content
html
Share
Explore

Example: HTML Viewer in Coda

HTML Viewer Examples
Example Type
Name
Input HTML
HTML Preview Image
3
Simple example
<div style="width: 500px; height: 320px; background: #f0f4ff; padding: 32px; font-family: Georgia, serif;">
Medium example
<style>.dashboard {width: 620px;
Complex Example
<style> * { margin: 0; padding: 0; box-sizing: border-box; }
5
Demo Empty
Demo Style Only
<style>
Demo Unclosed Tag
<div style="padding: 24px; font-family: sans-serif;">
Demo Mismatched tags
<div style="padding: 24px; font-family: sans-serif;">
Demo Unclosed Quote
<div style="padding: 24px; font-family: sans-serif;">

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.