Benefits of Arts and Crafts for Children
Editorials News | Jul-11-2017
Children derive many vital benefits while working on arts and crafts activities. However, there is a difference between the two terms. Art involves unstructured and non defined activities in which a child explores his imagination and creativity. Craft, however, involves structured and well-defined activities with a specific goal in mind. Some benefits derived out of such activities are listed below:-
Imagination and Self Expression- A child with a paintbrush in his hands suddenly gets the ability to express creatively with the use of vivid colors and art expressions. Colors can also be used to relate to a certain feeling and communicate effectively through symbols.
Strengthening Academics- Integrating art and craft into the child’s academics can genuinely make learning easy and attractive. For example, if a child learns to draw a famous character from a story book, he will indulge more into the story and develop a sense of academic interest in the character.
Life Skills- The process of making one’s own creation and observing other people’s creations makes children understand and appreciate the strengths of others. Through craft, a child also learns to communicate visually and understands the concept of following instructions and executing them to perfection to get the best result.
By: Shatrujit Singh Chauhan
Content: www.livestrong.com
Related News
-
Nepal's Hydropower Projects
-
Improving Education in Nepal
-
Women's Empowerment in Nepal
-
Nepal's Agricultural Development
-
Advances in Russian Neuroscience: New Hope for Patients
-
Russian Scientists Discover New Gene Therapy Techniques
-
Russia's Biomedical Industry: Growing Innovations
-
History of Indigo Plantation in Colonial India
-
Diwali: Festival Of Lights Not Crackers
-
Impact of Social Media on the Culture
Most popular news
- The Law Of Equivalent Exchange
- Essay On Issues And Challenges Of Rural Development In India
- Srinivasa Ramanujan And His Inventions
- The Youth Is The Hope Of Our Future!
- Poverty In India: Facts, Causes, Effects And Solutions
- Top 20 Outdoor Games In India
- Festivals Of India: Unity In Diversity
- Role Of Women In Society
- The Impact Of Peer Pressure On Students' Academic Performance
- Books As Companion
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});