User:M/Html training
< User:M
Revision as of 09:00, 23 October 2023 by Cihad (talk | contribs) (Cihad moved page User:Cihad/Html training to User:M/Html training)
<source lang="html4strict">
It is just a sample
<script>
var count=0
function change () {
var x= document.getElementsByTagName ("img") count=count+1 if (count==21) { count=0 } x[0].src = count+ ".jpg"
}
</script>