Skip to main content
Where are HTML Tags Supported?
Lucia Burin Sestakova avatar
Written by Lucia Burin Sestakova
Updated over a month ago

HTML (HyperText Markup Language) tags are used to define and structure the content on a webpage. Each tag serves a specific purpose and tells the browser how to display the content enclosed within the tags.

Some common HTML tags include:

  • <h1> to <h6>: Headings, with <h1> being the highest level and <h6> the lowest.

  • <p>: Defines a paragraph.

  • <a>: Creates a hyperlink.

  • <img>: Embeds an image.

  • <ul>, <ol>, and <li>: Create unordered (bulleted) and ordered (numbered) lists, and list items, respectively.

  • <strong>: Styles text in bold.

  • <em> or <i>: Styles text in italics.


Supported Elements

Some elements in the Ventrata dashboard support customisation using HTML tags. Here is a list of the areas where HTML tags are supported:


Not Supported Elements

HTML tags are not supported with the following elements:

All names or titles

Did this answer your question?