> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-2/pricing-table.md).

# Pricing Table

### 3. Pricing table

> Row stretch : Default
>
> Extra class name: pricing plan3

![](/files/QG0UDpHbnA4IP4JlG6sZ)

Open a text block.

Copy and paste the below code.

```html
<div class="row pricing-plan">
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table tiny">
<div class="pricing-table-header-tiny">
<h3>Standard Plan</h3>
for individual website

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 0</div>
<strong>Unlimited</strong> Email Addresses

<strong>50GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup tiny">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table small">
<div class="pricing-table-header-small">
<h3>Business Plan</h3>
for business owners

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 29</div>
<strong>Unlimited</strong> Email Addresses

<strong>80GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup small">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div class="col-md-4 col-sm-6 prc-feature ">
<div class="pricing-table medium">
<div class="pricing-table-header-medium">
<h3>Premium Plan</h3>
for company owners

</div>
<div class="arrow"></div>
<div class="pricing-table-features">
<div class="price_label"><sup>$</sup> 69</div>
<strong>Unlimited </strong> Email Addresses

<strong>120GB</strong> Disk Space

<strong>Unlimited</strong> MySQL Databases

<strong>Unlimited</strong> Domains

<strong>Free</strong> Billing Systems

</div>
<div class="pricing-table-signup medium">

<a href="#">Sign Up</a>

</div>
</div>
</div>
<div></div>
</div>
```

Save and close.
