ForKids.org.ua » Загадки для дітей » Загадки про зиму

Загадки про зиму

Загадки вважають одним із найкращих тестів для дітей на кмітливість. Вони можуть розвивати пам’ять та образне мислення. Саме тому так важливо навчитися відгадувати загадки.

У цій статті ми підібрали найкращі загадки про павуків та комах, так, наприклад, про бджілку, комара, осу чи метелика та ще багато інших.

Спробуйте їх відгадати спочатку самі, а потім і разом із дітьми.

Щоби побачити відповідь на загадку просто натисніть на її текст.

Наприкінці сторінки ви можете безкоштовно завантажити файл для друку з усіма загадками та відповідями на них.

Восени не в’яне, а взимку не вмирає.

Ялинка

Біла скатертина всю землю вкрила.

Сніг

Без рук, без голови, а вікна малює.

Мороз

Біла морква зимою росте.

Бурулька

Що то за гість, що тепло їсть?

Мороз

Влітку відпочивають,
Взимку дітей катають.

Санчата

Як це білий цукор зветься,
Що із хмар взимі трясеться.

Сніг

Без пилки, без сокири,
А мости будує.

Мороз

Лід на річках, сніг на полях,
Віхола гуляє – коли це буває?

Взимку

Що це за птиця,
Що сонця боїться?

Сніжинка

У нас зимою білим цвітом сад розцвів,
Неначе літом.

Іній

Дерев’яні коні по снігу йдуть,
А в сніг не провалюються.

Лижі

Ой, немає їм ціни!
По льоду біжать вони – 
Швидконогі…

Ковзани

Прийшла до нас бабуся
у білому кожусі.
Поля причепурила –
Пухнастим снігом вкрила.
Відгадайте, хто вона,
Ця бабуся чепурна?

Зима

Кружляє ніжно білий пух,
Міняє зайчик свій кожух,
Вдягає лиска рукавички,
Співають весело синички,
Ведмідь в барлозі вже дріма,
Яка пора скажіть?

Зима

Сніг на полях,
Лід на річках,
Хуга гуляє,
Коли це буває.

Зимою

Біле, як сорочка,
Пухнасте, як квочка.
Крил немає,
А гарно літає.
Що це за птиця,
Що сонця боїться?

сніг

На долоню зірка впала,
Я дмухнув – вона розтала.
То не зірка вже, краплинка,
А була вона …

сніжинка

Загадка зимові місяці
Мороз і завірюха –
Замерзли щічки й вуха.
Хто з місяців лютує,
Над нами бешкетує?

Лютий

Загадка зимові місяці
Під подушкою пакунки –
Миколайчика дарунки.
Трішки ще й почне свій лік,
Не старий, а Новий рік!

Грудень

Веселий Дід Мороз в руках
Несе нам подарунки.
І на засніжених шибках
Малює візерунки.
Або ще й носа обпече
До холоду незвичним.
Тому, що скрізь мороз січе –
Цей місяць зветься…

Січнем

Вам сподобалося?

Натисніть на зірочку, щоб оцінити!

Середня оцінка: 4.1 / 5. Кількість голосів: 15

Голосів поки немає! Будьте першими, хто поставить оцінку!

Навігація по записам:

Поділіться або збережіть собі цей запис:

' ); iframeDoc.close(); setTimeout(function() { try { iframe[0].contentWindow.focus(); iframe[0].contentWindow.print(); setTimeout(function() { iframe.remove(); }, 1000); } catch (e) { debugLog('Помилка друку через iframe: ' + e.message); iframe.remove(); printImageSafari(src, alt); } }, 500); }; tempImg.onerror = function() { debugLog('Помилка завантаження зображення для друку'); printImageSafari(src, alt); }; tempImg.src = src; } // Safari print method function printImageSafari(src, alt) { var tempImg = new Image(); tempImg.onload = function() { var imgWidth = tempImg.naturalWidth; var imgHeight = tempImg.naturalHeight; var aspectRatio = imgWidth / imgHeight; // Simple orientation detection: if width > height = landscape var isLandscape = aspectRatio > 1.0; var pageOrientation = isLandscape ? 'landscape' : 'portrait'; debugLog('Safari друк - Орієнтація: ' + pageOrientation + ' (співвідношення: ' + aspectRatio.toFixed(2) + ')'); var printWindow = window.open('', '_blank', 'width=800,height=600'); if (printWindow) { var printStyles = generateSimplePrintStyles(pageOrientation); printWindow.document.write( '' + 'Print Coloring Image' + '' + '' + '' + '' + '' ); printWindow.document.close(); } else { window.open(src, '_blank'); } }; tempImg.onerror = function() { window.open(src, '_blank'); }; tempImg.src = src; } // Mobile print method function printImageMobile(src, alt) { var printWindow = window.open(src, '_blank'); if (!printWindow) { if (confirm('Щоб надрукувати зображення на мобільному пристрої, відкрийте зображення в новій вкладці та скористайтеся опцією "Поділитися" → "Друк".')) { window.location.href = src; } } } // Generate enhanced print styles for desktop with precise 2-3cm margins function generateEnhancedPrintStyles(orientation, marginMm) { var marginSize = marginMm + 'mm'; return '@page { ' + 'size: A4 ' + orientation + '; ' + 'margin: ' + marginSize + '; ' + 'margin-top: ' + marginSize + '; ' + 'margin-bottom: ' + marginSize + '; ' + 'margin-left: ' + marginSize + '; ' + 'margin-right: ' + marginSize + '; ' + '} ' + '* { ' + 'margin: 0; ' + 'padding: 0; ' + 'box-sizing: border-box; ' + '} ' + 'html, body { ' + 'width: 100%; ' + 'height: 100%; ' + 'margin: 0; ' + 'padding: 0; ' + 'background: white; ' + 'font-size: 0; ' + '} ' + '.print-page { ' + 'width: 100%; ' + 'height: 100vh; ' + 'display: flex; ' + 'align-items: center; ' + 'justify-content: center; ' + 'page-break-inside: avoid; ' + '} ' + '.print-container { ' + 'width: 100%; ' + 'height: 100%; ' + 'display: flex; ' + 'align-items: center; ' + 'justify-content: center; ' + 'box-sizing: border-box; ' + '} ' + '.print-image { ' + 'max-width: 100%; ' + 'max-height: 100%; ' + 'width: auto; ' + 'height: auto; ' + 'object-fit: contain; ' + 'display: block; ' + 'border: none; ' + '} ' + '@media print { ' + '@page { ' + 'size: A4 ' + orientation + '; ' + 'margin: ' + marginSize + ' !important; ' + 'margin-top: ' + marginSize + ' !important; ' + 'margin-bottom: ' + marginSize + ' !important; ' + 'margin-left: ' + marginSize + ' !important; ' + 'margin-right: ' + marginSize + ' !important; ' + '} ' + 'html, body { ' + 'width: 100% !important; ' + 'height: 100% !important; ' + 'margin: 0 !important; ' + 'padding: 0 !important; ' + 'background: white !important; ' + '-webkit-print-color-adjust: exact !important; ' + 'color-adjust: exact !important; ' + 'print-color-adjust: exact !important; ' + '} ' + '.print-page { ' + 'width: 100% !important; ' + 'height: 100vh !important; ' + 'display: flex !important; ' + 'align-items: center !important; ' + 'justify-content: center !important; ' + 'page-break-inside: avoid !important; ' + '} ' + '.print-container { ' + 'width: 100% !important; ' + 'height: 100% !important; ' + 'display: flex !important; ' + 'align-items: center !important; ' + 'justify-content: center !important; ' + 'box-sizing: border-box !important; ' + '} ' + '.print-image { ' + 'max-width: 100% !important; ' + 'max-height: 100% !important; ' + 'width: auto !important; ' + 'height: auto !important; ' + 'object-fit: contain !important; ' + 'display: block !important; ' + 'border: none !important; ' + '} ' + '}'; } // Simplified print styles for Safari/fallback with margins function generateSimplePrintStyles(orientation) { return '@page { ' + 'size: A4 ' + orientation + '; ' + 'margin: 15mm; ' + '} ' + '* { ' + 'margin: 0; ' + 'padding: 0; ' + '} ' + 'body { ' + 'margin: 0; ' + 'padding: 0; ' + 'background: white; ' + 'text-align: center; ' + '-webkit-print-color-adjust: exact; ' + 'color-adjust: exact; ' + '} ' + '.print-container { ' + 'width: 100%; ' + 'height: 100vh; ' + 'display: flex; ' + 'align-items: center; ' + 'justify-content: center; ' + '} ' + '.print-image { ' + 'max-width: 100%; ' + 'max-height: 100%; ' + 'width: auto; ' + 'height: auto; ' + 'object-fit: contain; ' + '} ' + '@media print { ' + '@page { ' + 'size: A4 ' + orientation + '; ' + 'margin: 15mm !important; ' + '} ' + 'body { ' + '-webkit-print-color-adjust: exact !important; ' + 'color-adjust: exact !important; ' + '} ' + '.print-image { ' + 'max-width: 100% !important; ' + 'max-height: 100% !important; ' + 'object-fit: contain !important; ' + '} ' + '}'; } });