--- title: Inline Style & Scripts description: Learn how to safely add inline styles and scripts using Unhead's inner content features. --- **Quick Answer:** Use `textContent` for inline scripts and styles, `innerHTML` only when you need HTML entities. Example: `script: [{ textContent: 'console.log("Hello")' }]` ## What Are Inline Styles and Scripts in Unhead? The `