javascript_tutorial.html

<!DOCTYPE html> <html> <head> <script type="text/javascript" src="test.js"></script> </head> <body> <!--> <button>Click me</button> </--> <button onclick="javascript:alert('hello')">Click me</button> </body> <html> </body> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.