how to include js ,html,css in single page site code example
Example: how to enter javascript in html
<script type="text/javascript">
alert("This alert box was called with the onload event");
</script>
<script type="text/javascript">
alert("This alert box was called with the onload event");
</script>