Call it America’s Gulf, not Mexico’s, Trump’s intention is firm, but the plan regarding Panama Canal is even more dangerous.

HighlightsDonald Trump will take oath as President on January 20. Trump announced to rename the Gulf of Mexico as the Gulf of America. Trump also did not rule out future military action on the Panama Canal. America News Today: Canada to America After talking about annexation, now America’s incoming President Donald Trump’s next target is Mexico. Trump said on Tuesday that as soon as he comes to power, he will change the name of the Gulf of Mexico to the Gulf of America. America has been fed up with illegal immigration through Mexico for decades. After coming to power, Trump has talked about taking strict action against infiltrators coming from Mexico. Trump’s plan regarding the Panama Canal is even more dangerous. Trump will take oath as the new President of America in place of Joe Biden on January 20. Just a day earlier, Trump had created a stir by saying that Canada should merge with America. Canada has adopted a very strict stance towards both its northern and southern neighbours. After coming to power, he has said that he will impose strict tariffs (taxes) on both the neighbours. Trump said on Tuesday, “We are going to change the name of the Gulf of Mexico to the Gulf of America. America’s Bay is such a beautiful name and it is fitting. Mexico is really in trouble. Too much trouble. This is a very dangerous place.” ‘Mexico take action against infiltrators’ Trump had given the slogan of MAGA i.e. Make America Great Again during the election campaign. He is talking about working in this series. He said that Mexico needs to stop allowing millions of people to come to our country. They can stop them and we are going to impose very severe tariffs on Mexico and Canada because they come into the US through Canada as well. The drugs coming from these countries are in record numbers. Will America also take over the Panama Canal? Trump hinted that America may also establish control over the Panama Canal in the future. When the media asked the future President of America whether military force can also be used to gain economic benefits, Trump did not rule out the options. When asked emphatically, Trump made it clear that he cannot give you any assurance on either of these. Trump also criticized former US President Jimmy Carter’s decision to return control of the Panama Canal to him. He believes that America has been cheated in this deal. Tags: America News, Donald Trump, World newsFIRST PUBLISHED : January 8, 2025, 07:49 IST

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *