Örnek Yazı


<script>
function renk () {
document.getElementById('text').style.color = '#126532';
}
</script>