Tips For Having Interesting And Meaningful Conversations

Communication makes society progress, grow, and change. From the time man was created to this day, he has been struggling to perfect this skill. Gone are the days of drawing on rocks, flickering fingers, and grunting sounds. These days, we can communicate in many different ways. We are no longer confined to just the spoken word. Because of the conception of mail, the manner in which human beings communicate has grown by leaps and bounds. Today, the most common form of communication is done via the Internet. Email, blogging, chatting… Read More

How to use JavaScript in HTML page

How to use JavaScript in HTML page In this JavaScript tutorial you will learn how to use JavaScript in HTML page, how to write output to a page, different places where JavaScript can be paced in HTML, JavaScript in external file and how to place and execute JavaScript in external file. How to Insert JavaScript into a HTML page: You can insert JavaScript into an HTML page by using <script> tag. JavaScript is placed between tags starting with <script type = text/javascript> and ending with </script>. General syntax of JavaScript… Read More