A
alb3rt
Guest
what is the function of:
<script>
<A>
HREF
Definition List
<comment>
<script>
<A>
HREF
Definition List
<comment>
w3schools provides the best HTML lessons for the beginner as well as professionalMarco Melandri said:If you want to know more information on HTML coding go to w3schools and others
Hi, thank you for sharing. It's also useful for me. as a newbie:grin:janiquebroune said:The <script> tag is used to define a client-side script, such as a JavaScript.
<script type="text/javascript">
document.write("Hello!")
</script>
<noscript> JavaScript!</noscript>