> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web HTML

> Render responsive HTML partials for embedding in web pages

<img src="https://mintcdn.com/reelevant/amH2YHA9709Bju3v/images/workflows/channel-picker.png?fit=max&auto=format&n=amH2YHA9709Bju3v&q=85&s=980261495cdfd79e08116b553e9b0b1f" alt="Channel picker showing the Web HTML channel type" width="1024" height="768" data-path="images/workflows/channel-picker.png" />

## Overview

The Web HTML channel renders a responsive HTML partial for embedding in web pages. Unlike Web Image, the output is interactive HTML that adapts to the container size.

| Property          | Value                                                             |
| ----------------- | ----------------------------------------------------------------- |
| **Channel type**  | Web                                                               |
| **Output format** | Website HTML partial                                              |
| **Use case**      | Interactive content blocks, responsive grids, embedded components |

## How It Works

When a visitor loads a page containing a Reelevant Web HTML zone, the workflow executes and returns a responsive HTML snippet. This snippet is injected into the page via a JavaScript tag.

The HTML output supports clickable elements, hover effects, and responsive layouts — making it suitable for interactive personalization.

## Configuration

1. Add a Web HTML channel node to your workflow canvas.
2. Connect it downstream to your personalization logic.
3. After publishing, use the [Integration modal](/product-guide/workflows/integration) to get the JavaScript embed code.

## Best Practices

* Use Web HTML for content that needs to be responsive or interactive (e.g., product carousels, clickable grids).
* For simple static visuals, [Web Image](/product-guide/workflows/channels/web-image) may be simpler to integrate.
* Test responsive behavior across different viewport sizes before publishing.
