Skip to main content

HTML


The HTML widget lets you easily integrate a customized functionality or visual effect to your applications using HTML and CSS code.

HTML Properties

HTML

PropertyDescription
HTML EditorHTML code editor to display various types of content, such as text, images, audio, video, forms, etc.
CSS EditorCSS code editor to modify the appearance and layout of the HTML elements, such as fonts, colors, backgrounds, positioning, etc.

Event Handlers

Event handlers allow you to set triggers for various actions based on the fired events. They are as follows:

onClick

onClick - Sets the actions to be triggered when the component is clicked.