Personal tools

Test: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<html>
<html>
<script>
<script>
$('#test').css('color','red');
jQuery('#test').css('color','red');
</script>
</script>
</html>
</html>

Revision as of 14:47, 21 May 2019

This is Test!