> For the complete documentation index, see [llms.txt](https://help.litcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.litcommerce.com/marketplace-integration/supported-platforms/ebay/html-tags-in-ebay-descriptions.md).

# HTML tags in eBay descriptions

Formatting plays a key role in how your eBay listings appear to buyers. HTML tags let you add structure and style for clearer, more engaging descriptions.

This article introduces the HTML tags and how eBay and LitCommerce support them.

## <mark style="color:$primary;">**What are HTML tags?**</mark>

HTML tags are elements used to structure and format text on a webpage or product listing. They define how content should appear, such as headings, bold text, links, or lists.

Each tag is enclosed in angle brackets (< >) and usually comes in pairs: an opening and a closing tag.

* **An opening tag** (e.g.,\<p>) indicates where formatting begins.
* **A closing tag** (e.g.,\</p>) indicates where the formatting ends.

Any text placed between these tags is affected by the formatting rule. For example:

\<b>Product\</b> **→** displays the “Product” text in bold.&#x20;

\<i>LitCommerce\</i> **→** displays the “LitCommerce” text in italics.

## <mark style="color:$primary;">**HTML tags in eBay descriptions**</mark>

eBay allows a variety of HTML tags in listing descriptions, including:

* \<a> for creating hyperlinks.
* \<b> or \<strong> for making text bold.
* \<br> for inserting line breaks.
* \<div> for defining a section or division.
* \<h1> to \<h6> for creating headings.
* \<hr> for inserting horizontal lines.
* \<i> or \<em> for making text italic.
* \<img> for inserting images.
* \<li> for creating list items.
* \<ol> for creating ordered (numbered) lists.
* \<p> for creating paragraphs.
* \<span> for applying styles to a part of text.
* \<sub> for creating subscript text.
* \<sup> for creating superscript text.
* \<table> for creating tables.
* \<tbody> for grouping table rows.
* \<td> for creating table cells.
* \<tfoot> for defining table footers.
* \<th> for defining table header cells.
* \<thead> for defining table header sections.
* \<tr> for creating table rows.
* \<u> for underlining text.
* \<ul> for creating unordered (bulleted) lists.

{% hint style="info" %}
**Active content (e.g., animation or video via JavaScript, Cookie, Iframe, plugins, or form actions) is not permitted by eBay. Links included in the listing description using HTML tags must adhere to** [**the platform’s links policy**](https://www.ebay.com/help/policies/listing-policies/links-policy?id=4248)**.**

**Not meeting eBay’s requirements will affect your listing's visibility and performance.**
{% endhint %}

{% hint style="success" %}
**You may incorporate CSS with HTML tags to make listing descriptions more flexible and visually appealing.**
{% endhint %}

## <mark style="color:$primary;">**How LitCommerce handles HTML tags in eBay descriptions**</mark>

LitCommerce supports any HTML tags permitted by eBay. You can use these tags to control how your product descriptions are displayed on eBay by utilizing [the Rich Text or HTML Editors](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/app-features/templates-and-template-rules/title-and-description-template#editors).

The tool will retain any custom data input into the Description section. Refer to [this article](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/supported-platforms/ebay/ebay-custom-description-template) for more details.

{% hint style="success" %}
**Enable the `Clean Listing Description` feature in** [**Channel Settings**](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/supported-platforms/ebay/ebay-channel-settings#other-settings) **to automatically remove any unsupported HTML tags.**
{% endhint %}

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.litcommerce.com/marketplace-integration/supported-platforms/ebay/html-tags-in-ebay-descriptions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
