HTML Tag - Scripting
Selasa, 03 September 2013
0
komentar
<script>
This tag is used to define a client-side script, such as a javascript.
<noscript>
This tag is used to define an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script.The <noscript> can be used in both <head> and <body>.
This tag is used to define a client-side script, such as a javascript.
<noscript>
This tag is used to define an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script.The <noscript> can be used in both <head> and <body>.
Baca Selengkapnya ....