The name is and its meaning is . In Hindi, it’s known as and its meaning is . In Urdu, it’s known as and its meaning is . The gender is , lucky number is , origin is , and its popularity is .
Names and Meanings Table #nameTableContainer { width: 100%; margin: auto; text-align: center; } #searchInput { width: 50%; padding: 12px; margin-bottom: 12px; font-size: 16px; } #nameTable { width: 100%; border-collapse: collapse; margin-bottom: 12px; } #nameTable th { padding: 12px; border: 1px solid #ddd; text-align: left; background-color: #4CAF50; color: white; } #nameTable td { padding: 12px; border: 1px solid #ddd; text-align: left; } #nameTable tr:nth-child(even) { background-color: #f2f2f2; } #nameTable tr:hover { background-color: #ddd; } #pagination { margin-top: 10px; display: flex; justify-content: center; } #pagination button { padding: 8px 16px; margin: 4px; cursor: pointer; background-color: transparent; border: 1px solid #ddd; color: black; transition: background-color 0.3s, color 0.3s; } #pagination button.active { background-color: black; color: white; } #pagination button:hover { background-color: #ddd; } #pagination button.hidden { display: none; }
Name Meaning Origin
Azka The best and holiest choice Arabic
Jihan A prosperous and happy life Arabic
Fahri A respected leader Arabic
Daffa Clean and pure like dew Arabic
Farrel A smart and wise force Irish
let currentPage = 1; const rowsPerPage = 2; // Displaying 2 rows per page function displayTable(page) { const table = document.getElementById(“nameTable”); const rows = table.getElementsByTagName(“tr”); const totalRows = rows.length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); for (let i = 1; i < totalRows; i++) { rows[i].style.display = 'none'; } const startRow = (page – 1) * rowsPerPage + 1; const endRow = Math.min(page * rowsPerPage + 1, totalRows); for (let i = startRow; i 1) { currentPage–; displayTable(currentPage); } } function nextPage() { const table = document.getElementById(“nameTable”); const totalRows = table.getElementsByTagName(“tr”).length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); if (currentPage < totalPages) { currentPage++; displayTable(currentPage); } } function lastPage() { const table = document.getElementById("nameTable"); const totalRows = table.getElementsByTagName("tr").length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); currentPage = totalPages; displayTable(currentPage); } function searchTable() { const input = document.getElementById("searchInput").value.toLowerCase(); const table = document.getElementById("nameTable"); const rows = table.getElementsByTagName("tr"); for (let i = 1; i < rows.length; i++) { const cells = rows[i].getElementsByTagName("td"); let match = false; for (let j = 0; j -1) { match = true; break; } } rows[i].style.display = match ? ” : ‘none’; } } displayTable(currentPage);
  #nameTableContainer {
width: 100%;
margin: auto;
text-align: center;
}

#searchInput {
width: 50%;
padding: 12px;
margin-bottom: 12px;
font-size: 16px;
}

#nameTable {
width: 100%;
border-collapse: collapse;
margin-bottom: 12px;
}

#nameTable th {
padding: 12px;
border: 1px solid #ddd;
text-align: left;
background-color: #4CAF50; /* Custom header color */
color: white;
}

#nameTable td {
padding: 12px;
border: 1px solid #ddd;
text-align: left;
}

#nameTable tr:nth-child(even) {
background-color: #f2f2f2;
}

#nameTable tr:hover {
background-color: #ddd;
}

#pagination {
margin-top: 10px;
}

#pagination button {
padding: 8px 16px;
margin: 4px;
cursor: pointer;
background-color: transparent;
border: 1px solid #ddd;
color: black;
}

#pagination button.active {
background-color: black;
color: white;
}
 

Name Meaning Origin
Azka The best and holiest choice Arabic
Jihan A prosperous and happy life Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Daffa Clean and pure like dew Arabic
Fahri A respected leader Arabic
Daffa Clean and pure like dew Arabic
Farrel A smart and wise force Irish
let currentPage = 1; const rowsPerPage = 25; function displayTable(page) { const table = document.getElementById(“nameTable”); const rows = table.getElementsByTagName(“tr”); const totalRows = rows.length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); for (let i = 1; i < totalRows; i++) { rows[i].style.display = 'none'; } const startRow = (page – 1) * rowsPerPage + 1; const endRow = Math.min(page * rowsPerPage + 1, totalRows); for (let i = startRow; i 1 ? ‘block’ : ‘none’; updatePaginationButtons(page, totalPages); } function updatePaginationButtons(page, totalPages) { const buttons = document.querySelectorAll(‘#pagination button’); buttons.forEach(button => button.classList.remove(‘active’)); if (page === 1) { buttons[0].classList.add(‘active’); } else if (page === totalPages) { buttons[3].classList.add(‘active’); } else { buttons[1].classList.add(‘active’); buttons[2].classList.add(‘active’); } } function firstPage() { currentPage = 1; displayTable(currentPage); } function prevPage() { if (currentPage > 1) { currentPage–; displayTable(currentPage); } } function nextPage() { const table = document.getElementById(“nameTable”); const totalRows = table.getElementsByTagName(“tr”).length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); if (currentPage < totalPages) { currentPage++; displayTable(currentPage); } } function lastPage() { const table = document.getElementById("nameTable"); const totalRows = table.getElementsByTagName("tr").length; const totalPages = Math.ceil((totalRows – 1) / rowsPerPage); currentPage = totalPages; displayTable(currentPage); } function searchTable() { const input = document.getElementById("searchInput").value.toLowerCase(); const table = document.getElementById("nameTable"); const rows = table.getElementsByTagName("tr"); for (let i = 1; i < rows.length; i++) { const cells = rows[i].getElementsByTagName("td"); let match = false; for (let j = 0; j -1) { match = true; break; } } rows[i].style.display = match ? ” : ‘none’; } } // Initial display displayTable(currentPage);  
Enhance user experience with Advanced Tabs, allowing seamless content navigation. Organize information efficiently while keeping the interface clean and interactive. Perfect for FAQs, product details, or multi-section content.
Scroll to Top