Advertisement
Korzunov

offer

Oct 17th, 2023
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.60 KB | None | 0 0
  1.     <table class="default-table">
  2.         <thead>
  3.             <tr>
  4.                 <th>Назва курсу теорії ПДР</th>
  5.                 <th>Ціна, грн</th>
  6.             </tr>
  7.         </thead>
  8.         <tbody>
  9.             <tr itemprop="offers" itemscope itemtype="https://schema.org/Offer">
  10.                 <td itemprop="name" content="Стандарт">
  11.                     <link itemprop="availability" href="https://schema.org/InStock" />
  12.                     Стандарт
  13.                     <span style="display: none" itemprop="priceValidUntil" content="2023-10-17"></span>
  14.                 </td>
  15.                 <td itemprop="price" content="6 500">6 500 грн. <span itemprop="priceCurrency" content="грн"></span></td>
  16.             </tr>
  17.             <tr itemprop="offers" itemscope itemtype="https://schema.org/Offer">
  18.                 <td itemprop="name" content="Преміум-лайт + Онлайн">
  19.                     <link itemprop="availability" href="https://schema.org/InStock" />
  20.                     Преміум-лайт + Онлайн
  21.                     <span style="display: none" itemprop="priceValidUntil" content="2023-10-17"></span>
  22.                 </td>
  23.                 <td itemprop="price" content="7 000">7 000 грн. <span itemprop="priceCurrency" content="грн"></span></td>
  24.             </tr>
  25.             <tr itemprop="offers" itemscope itemtype="https://schema.org/Offer">
  26.                 <td itemprop="name" content="Преміум-формат + Онлайн">
  27.                     <link itemprop="availability" href="https://schema.org/InStock" />
  28.                     Преміум-формат + Онлайн
  29.                     <span style="display: none" itemprop="priceValidUntil" content="2023-10-17"></span>
  30.                 </td>
  31.                 <td itemprop="price" content="7 500">7 500 грн. <span itemprop="priceCurrency" content="грн"></span></td>
  32.             </tr>
  33.         </tbody>
  34.     </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement