List of recipients of Bharat Ratna

List of recipients of Bharat Ratna Year Recipient State Life Span 1954 C. Rajagopalachari Tamil Nadu 1878–1972 1954 Sarvepalli Radhakrishnan Tamil Nadu 1888-1975 1954 C. V. Raman Tamil Nadu 1888-1970 1955 Bhagwan Das Uttar Pradesh 1869-1958 1955 M. Visvesvaraya Karnataka 1861-1962 1955 Jawaharlal Nehru Uttar Pradesh 1889-1964 1957 Govind Ballabh Pant Uttar Pradesh 1887-1961 1958 … Read more

How to Create Normal Calculator through HTML

How to Create Normal Calculator through HTML MTML code for Calculator: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>User-Friendly Calculator</title> <link rel=”stylesheet” href=”styles.css”> </head> <body> <div class=”calculator”> <input type=”text” id=”display” placeholder=”0″ disabled> <div class=”buttons”> <button id=”clear”>C</button> <button id=”backspace”>⌫</button> <button>%</button> <button>÷</button> <button>7</button> <button>8</button> <button>9</button> <button>×</button> <button>4</button> <button>5</button> <button>6</button> <button>-</button> <button>1</button> <button>2</button> <button>3</button> … Read more

Birth Day Calculator | Online Age Calculator

HTML code of Birth Day Calculator | Online Age Calculator <script> var mS = [‘Jan’, ‘Feb’, ‘Mar’, ‘Apr’, ‘May’, ‘Jun’, ‘Jul’, ‘Aug’, ‘Sep’, ‘Oct’, ‘Nov’, ‘Dec’]; var dat = new Date(); var curday = dat.getDate(); var curmon = dat.getMonth() + 1; var curyear = dat.getFullYear(); var startyear = dat.getFullYear()-100; var endyear = dat.getFullYear(); function checkleapyear(datea) … Read more

Homophonic Words

Homophonic Words Waist Midsection of the body Waste Discarded material; to squander Waive Forgo, renounce Wave Flutter, move back and forth Weak Not strong Week Seven days Weather Climatic condition Whether if Wether a neutered male sheep Where in which place were past tense of “to be” Which One of the group witch female sorcerer … Read more

Day Counter – Day Difference Calculator

HTML code of Day Counter – Day Difference Calculator <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Day Difference Calculator</title> <style> /* Optional CSS styling for the calculator */ /* You can customize this according to your website’s design */ body { font-family: Arial, sans-serif; } .calculator-container { max-width: 400px; margin: 0 … Read more

Major Dams in India

Major Dams in India Dams River Bhavani Sagar Dam Bhavani Bisalpur Dam Banas Rihand Dam Rihand Kayna Dam Kayna Mettur Dam Kaveri Indira Sagar Dam Narmada Krishnarajasagar Dam Kaveri Cheruthani Dam Cheruthani Hirakund Dam Mahanadi Sardar Sarovar Dam Narmada Tehri Dam Bhagirathi Bhakra Nangal Dam Sutlej Nagarjuna Sagar Dam Krishna Read More: Cabinet Ministers of … Read more

Longest Coastlines

Longest Coastlines Country Coastline (in Km.) Canada 202080 Indonesia 99083 Norway 58133 Russia 37653 Philippines 36289 Japan 29751 Australia 25760 United States 19924 New Zealand 15134 China 14500 Read More: Cabinet Ministers of India 2024 State Wise Political Parties Name in India Chief Ministers of all States of India List of State By Area Indian … Read more

HDFC SIP Calculator | Calculate Returns on SIP Investments

HTML code of HDFC SIP Calculator | Calculate Returns on SIP Investments <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>SIP Calculator (INR)</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .container { max-width: 500px; margin: 50px auto; background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 … Read more

Diwali Wishes

Diwali Wishes Have a happy and safe Diwali May your Diwali be free from darkness and abundant with light May all of your wishes came true this Diwali Here’s happing Diwali brings your family happiness and success Let lamps guide your family to prosperity this Diwali Let your life be as bright and colorful as … Read more

All Countries Random User Generator

HTML code of All Countries Random User Generator <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Random User Generator</title> <style> body { font-family: Arial, sans-serif; } .user-info { display: flex; flex-wrap: wrap; gap: 10px; } .user-info img { width: 150px; height: 150px; border-radius: 50%; } .user-info .info { display: flex; flex-direction: column; … Read more

Exit mobile version