0
What is source code
6 ответов
+ 4
source code is the code which we write using programming languages.
+ 1
any one know about java script
+ 1
<!DOCTYPE html>
<html>
<body>
<h1>Demo</h1>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
</body>
</html>
This is an example of a javascript code, this code displays the date, time and time zone.
YES I KNOW, this looks a lot like HTML5.0 but, alongside html5.0 runs javascript.
0
can guve example
0
Java script is Script which you write while programming to run a program according to your wish
0
ARUN, i know about JavaScript, passed my java tutorial and JavaScript course 😀 happy to help