Tag Html Script
Zona Info | Ilmu Komputer |
Juni 25, 2017
Post by: Ian
Post by: Ian
Tag Html Script
Contoh:
<script async src="somescript.js"></script>
<script>
function koala() {
alert('KOALA! KOALA!');
}
</script>
Preview:
Comments
Post a Comment