Synonyms and Antonyms List A to Z

Synonyms and Antonyms List A to Z In English, Synonyms and Antonyms form the foundation of vocabulary building. They are widely asked in competitive exams, interviews, and school tests. Knowing them helps in better writing, communication, and comprehension skills. 👉 Synonyms = Words with the same or similar meaning👉 Antonyms = Words with opposite meaning … Read more

Basic to Advanced English Complete details:

Basic to Advanced English: যদি আপনি Basic থেকে Advanced পর্যন্ত ইংলিশ শিখতে চাও তাহলে এই Article শেষ পর্যন্ত পড়তে থাকো- Basic to Advanced English Rules:  তো আপনাকে বেসিক ইংলিশ শিখার জন্য সবার প্রথমে প্রত্যেক দিন ১০ মিনিট করে ইংলিশ শুনতে হবে এবং 10 মিনিট করে ইংলিশ বলতে হবে এবং 10 মিনিট করে ইংলিশ পড়তে হবে এবং 10 মিনিট ধরে আপনাকে ইংলিশ লিখতে হবে। … Read more

Email Writing – Company email

How to Write Email. To: abc@gamail.com cc: cde@gmail.com, efg@gmail.com Sub: School Quiz Competition Hello everyone!I am pleased to inform you that, a quiz competition based on GK is going to be conducted in our school on 12th January from 11:00 am in the auditorium. For further details, feel free to contact me. Thanks & RegardsYour … Read more

Excel Tricks

1. Excel trick 2 Automatically insert serial number after filter in Excel =SUBTOTAL(103,B$20:B20) Without filter: After filter: 2. Auto adjust serial number sequence in excel =ROW(B36)-34 After delete the Row: Select area > type any > then ctrl + enter for all area filup.

Excel Master Class- Basic to Advance

Excel Master Class- Basic to Advance 1. Interface Overview: Open excel file from window menu-> More templates Select any one templets. Quick Excess toolbar: Menu bar: Footer Bar: Cell, Rows, Column, Name box & formula bar: 2. Workbook & Worksheet: 3. Save File: 4. Movement Shortcut Key: 5. Data entry shortcut key: 6. Selection with … Read more

Days Between Two Dates | Date Calculator

Days Between Two Dates

HTML code of Days Between Two Dates | Date Calculator <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Date Calculator</title><style>body {font-family: Arial, sans-serif;margin: 0;padding: 20px;}h1 {text-align: center;}.calculator {max-width: 400px;margin: 0 auto;}.form-group {margin-bottom: 20px;}label {display: block;margin-bottom: 5px;}input[type=”date”] {width: 100%;padding: 8px;}input[type=”submit”] {width: 100%;padding: 10px;background-color: #007bff;color: #fff;border: none;cursor: pointer;}input[type=”submit”]:hover {background-color: #0056b3;}#result {margin-top: 20px;padding: 10px;background-color: #f0f0f0;}</style></head><body><h1>Date Calculator</h1><div class=”calculator”><form id=”dateForm”><div class=”form-group”><label for=”startDate”>Start … Read more

HTML Code of Random Password Generator

HTML Code of Random Password Generator | Strong Password Generator | Password Generator <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Advanced Password Generator</title><style>body {font-family: Arial, sans-serif;margin: 0;padding: 0;background-color: #f0f0f0;} .container {text-align: center;} .options {margin-bottom: 10px;} .options label {margin-right: 10px;} .password-container {margin-top: 20px;} input[type=”text”], input[type=”number”] {width: 200px;padding: 10px;font-size: 16px;margin-right: 10px;} button {background-color: #04AA6D;color: white;padding: 10px 20px;font-size: 16px;cursor: … Read more

HTML code of Date to Day finder Tools

HTML code of Date to Day finder Tools | Date to Day Converter | Date Duration Calculator | Weekday Calculator <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Weekday Calculator</title><style>body {font-family: Arial, sans-serif;margin: 0;padding: 0;background-color: #f0f0f0;}.container {max-width: 80%;margin: 50px auto;padding: 20px;background-color: #fff;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}h2 {text-align: center;}form {text-align: center;}input[type=”text”] {width: 100%;padding: 10px;margin: … Read more

HTML code of Time Duration Calculator

HTML code of Time Duration Calculator <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Time Duration Calculator</title><style>.container {max-width: 400px;margin: 50px auto;text-align: center;} input[type=”time”] {margin-bottom: 10px;} button {padding: 10px 20px;background-color: #007bff;color: #fff;border: none;cursor: pointer;} button:hover {background-color: #0056b3;} #result {margin-top: 20px;font-size: 20px;}</style><link rel=”stylesheet” href=”styles.css”></head><body><div class=”container”><h1>Time Duration Calculator</h1> <label for=”start-hour”><b>Start Time:</b></label> <br><br/> <input type=”number” id=”start-hour” min=”1″ max=”12″ placeholder=”Hour”><br><br/> <input type=”number” … Read more

Exit mobile version