Is it possible to enter java script in HTML coding? Please tell me about this.

Recommended Answers

All 2 Replies

Thats what JavaScript is for

<html>
<body>
.
.
.
<script type = "javascript">
.
javascript goes here
.
</script>
</body>
</html>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.