How to embed HTML code in Reactive

How to embed HTML code in Reactive

The Code element is very useful. It allows you to embed custom code directly onto your page, including HTML, CSS, and JavaScript.

Adding the Code Element

  1. From the left sidebar menu, click and drag the Code component into a dropzone on your page.

  2. In the right sidebar menu under the Main tab, click Edit code.

  3. A pop-up window will appear with a text box. Enter the HTML you would like to display on your page.

  4. Click Save to apply your changes.

Note: You can adjust your code to the width of your page by selecting Full Width from the box settings.
​

How to include CSS and Javascript on your page

The Code element can also be used to add custom CSS and JavaScript to your page by including the appropriate <style></style>  and <script></script> tags respectively.