This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
calculate-vehicle-tax-rates
54 lines (34 loc) · 1.87 KB
/
calculate-vehicle-tax-rates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<header class="page-header">
<div class="gem-c-title
gem-c-title--margin-bottom-5">
<h1 class="gem-c-title__text ">
Calculate vehicle tax rates
</h1>
</div>
</header>
<div class="article-container group">
<div class="content-block">
<div class="inner">
<section class="intro">
<div class="get-started-intro">
<p>Find out the tax rate for all vehicle types. Car vehicle tax rates are based on either engine size or fuel type and <abbr title="Carbon Dioxide">CO2</abbr> emissions, depending on when the vehicle was registered. Other types of vehicle have their own rates.</p>
<div role="note" aria-label="Information" class="application-notice info-notice">
<p>If you have the V5C reference number for a vehicle, it may be quicker to use the <a href="/get-vehicle-information-from-dvla">Get vehicle information from DVLA</a> service.</p>
</div>
</div>
<p id="get-started" class="get-started group">
<a class="gem-c-button govuk-button govuk-button--start" role="button" rel="external" href="https://carfueldata.vehicle-certification-agency.gov.uk/new-vehicle-tax.aspx">Start now</a>
<span class="destination"> on the Vehicle Certification Agency (VCA) website</span>
</p>
</section>
<section class="more">
<div id="before-you-start">
<h2>Before you start</h2>
<p>For cars registered before 1 March 2001 the rate of vehicle tax depends on its engine size.</p>
<p>The rate for cars registered on or after 1 March 2001 depends on <abbr title="Carbon Dioxide">CO2</abbr> emissions and fuel type. They’ll be taxed using the old system if this information is not available.</p>
<p>Vehicle tax rates for cars, motorcycles, light goods vehicles and trades licences are also shown in the <a href="/vehicle-tax-rate-tables">vehicle tax rate tables</a>.</p>
</div>
</section>
</div>
</div>
</div>