Sử dụng thuộc tính attr html && css (ok)

<td class="product-name" data-title="Sản phẩm">
  <a href="https://vanesakorea.com/product/vanesa-gold-24k-serum/">Vanesa Gold 24K Serum</a>						
</td>
 .product-name::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
}

Kết quả:

Last updated

Was this helpful?