} text-align: left; .text-left { } text-align: center; .text-center { } font-family: Arial, sans-serif; body { /* Add a basic styling to the page */

Volkswagen Tiguan Lifespan and Expected Mileage

function getTiguanInfo(year) { // Make an API request to Business Money for the information fetch('https://www.business-money.com/announcements/how-long-does-the-volkswagen-tiguan-last-the-lifespan-history-of-a-vw-tiguan/') .then(response => response.json()) .then(data => { // Display the lifespan and expected mileage in the page document.getElementById("lifespans").innerHTML = `Lifespan: ${data.lifespan} years, Expected Mileage: ${data.expected_mileage} miles`; }) .catch(error => console.error('Error:', error)); } getTiguanInfo(today.getFullYear());

https://www.business-money.com/announcements/how-long-does-the-volkswagen-tiguan-last-the-lifespan-history-of-a-vw-tiguan/