HTML Structure Viewer - Online Indented Tag Explorer
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
UD5 Toolkit
font-kerning CSS property controls whether the browser uses the font's built-in kerning tables.
Many professional fonts contain hundreds of kerning pairs — character combinations that need special spacing adjustments.
Try Georgia with AV or To to see dramatic kerning in action.
Use the Custom Letter-Spacing slider to simulate manual kerning adjustments.
font-kerning, while tracking is controlled via letter-spacing.
font-kerning property accepts three values: auto (browser decides), normal (use the font's kerning data), and none (disable kerning entirely). Modern browsers default to auto, which typically enables kerning for fonts that include OpenType kerning tables. You can also use font-feature-settings: "kern" 1 for finer control in OpenType fonts. Our tool lets you toggle between normal and none to visualize the difference.
letter-spacing on specific character pairs wrapped in <span> tags. For fine-tuning logos or headings, designers often wrap problematic letter pairs and apply custom letter-spacing values. Use our Custom Letter-Spacing slider above to experiment with this technique.
font-kerning property is supported in all modern browsers, including Chrome 33+, Firefox 34+, Safari 9+, and Edge 79+. It has excellent global coverage (over 96% of users). For older browsers, you can use the OpenType feature syntax font-feature-settings: "kern" 1 as a fallback, though this is rarely needed today.
font-kerning: normal is a one-line CSS improvement that costs nothing but makes a visible difference.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Create a custom click pattern with accents for 5/4, 7/8, or any complex meter. Visual and audio feedback.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
Preview how a CMYK value will look on screen (approximate). Compare with its RGB equivalent. Pre‑press check.
Enter a message and render it as an image of dots and dashes. Customizable colors. Great for posters.
Use your keyboard or mouse as a straight key. Hear the tone and see the dots/dashes. Perfect for learning CW. Local.
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT. No logs.
Set times to automatically switch light/dark theme on any website using a bookmarklet or live demo.
Find average first and last frost dates for your zip code using cached NOAA data. Garden planning essential.
Upload an RGB image and simulate how it might look when printed in CMYK. See out‑of‑gamut warnings. Pre‑press helper.
Create a clear, structured bug report or support ticket with environment, steps, and expected result. Copy/paste.
Practice sending Morse code using a virtual straight key. Visual feedback and audio tone. Learn timing and proper fist.
Enter a dialling code (+44, +1) to find which country it belongs to. Also search by country name. Static reference.
Paste a regular expression and get a step‑by‑step plain English explanation of what it does. Learn regex.
Create a custom vibration or beep pattern from a short Morse code message. Design unique ringtone ideas.
Build a date format string for SQL by toggling components (YYYY, MM, DD). See a live example for different databases.
Set a date in the far future or past and see a mock clock with impossible times. Purely for fun.
Interactive guide to crimping RJ45 connectors. See the wire order for T568A/B standards. Helpful for DIY network cables.
Enter text and generate the corresponding Morse code audio beeps. Adjust speed and tone. Great for learning and practicing CW. No download.
Enter LMP or conception date and get detailed week‑by‑week milestones, trimester info, and due date. Educational only.
Calculate the series resistor and power dissipation for a zener diode voltage regulator. Input voltage, output voltage, load current. Local only.
Generate a random, completely nonsensical pseudocode block. Perfect for filling whiteboards in mockups. Just for laughs.
Design a realistic-looking fake receipt with custom store name, items, and total. For jokes and gags. No real transaction.
Set a reminder to change smoke detector batteries every 6 months. Optional sound alert and visual countdown. Local browser notification, stay safe.
Assign Secret Santa pairings from a list of names with spouse/partner exclusions. Optionally email results via mailto link. Fully local, no server.
Paste a Base64 encoded font string and generate the complete @font‑face CSS rule. Inline small fonts easily.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Browse the OKLCH color space with sliders for lightness, chroma, and hue. See the CSS oklch() code. Modern and accessible.
Select a local font and see all its metrics: ascent, descent, x‑height, and supported features. Typography deep dive.
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.