HighlightsMike Johnson was again elected Speaker of the US House of Representatives. Johnson faced tough opposition to become Speaker. Trump intervened and helped Johnson become Speaker. Washington: Donald Trump elected as the 47th President of America. Have gone. He will take oath on January 20 and will then stay at the White House, the official residence of the President. Trump is appointing his men for his new term. Meanwhile, Republican Mike Johnson was re-elected as the speaker of the House of Representatives, the lower house of the US Parliament, on Friday. He had Trump’s full support. However this success was not without some controversies. According to the BBC report, to be voted for the Speaker, the candidate is required to get the support of the majority of the House – 218 votes. But because of the Republican majority in the House, Johnson could only face opposition from two Republicans. Johnson already faced a resounding “no” from Kentucky Congressman Thomas Massie. Major Republican opponents withdrew their votes for Johnson at the last minute. House Speaker Johnson said he made no promises to his opponents Keith Self and Ralph Norman about overturning their votes. Read- Donald Trump: Before the oath, Donald Trump faces a big crisis, the entire Republican Party is in shock, what will happen next? Sources told CNN that it was Donald Trump who convinced opposition delegates to vote for Johnson on the first ballot to ensure victory. In fact, Johnson worked with Democrats to pass the law, which angered some Republicans. It took tense negotiations to ensure his victory, with many Republicans questioning his leadership. 3 Trump lawmakers gameDuring early voting, three of those undecided Republicans voted for other lawmakers instead of Johnson, preventing him from reaching 218 votes. Three lawmakers – Massey, Congressman Ralph Norman of South Carolina and Congressman Keith Self of Texas – named other choices to serve as the next speaker. Due to this, Johnson fled the House and lobbied the members to support him. About 45 minutes later, they returned to the House chamber. Both Norman and Self changed their votes to support Johnson. The hammer fell and Johnson won re-election. After the election, Norman told reporters that he changed his vote after talking to Johnson in a room outside the House chamber. If Johnson had lost, this defeat would have been another embarrassment for Trump. If Johnson did not get Trump’s support, his position could have been weakened. Because some moderate Republicans began to consider other options. This is the first time in 100 years that a speaker has been elected with such a small margin. Tags: America News, Donald TrumpFIRST PUBLISHED : January 4, 2025, 08:00 IST
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!