Sunday, 26 July 2015
Home »
» Waqar Khan KPSI} WAQAR & FAHEEM
Waqar Khan KPSI} WAQAR & FAHEEM
Related Posts:
JavaScript Comments }Comments will not be executed by JavaScript. }Comments can be added to explain the JavaScript, or to make the code more readable. }Single line com… Read More
JavaScript Statements <html> <head><title>My Page</title> </head> <body> <script language="JavaScript"> document.wr… Read More
Output using getElementById <html> <head> </head> <body> <p id='feedback'> This is a paragraph for Javascript</p> <script type='text… Read More
Output using Alert <html> <head> </head> <body> <script type='text/javascript'> alert('Hello World!'); </script> </body>… Read More
Javascript is an Event Driven Language Javascript is an event driven language which means your scripts react to events you set up. … Read More
0 comments:
Post a Comment