Talk:Jose Borromeo Legaspi Memorial National High School

Latest comment: 1 year ago by Smily Boy NS in topic Programming

Programming edit

Java Script C++ Smily Boy NS (talk) 00:52, 21 January 2023 (UTC)Reply

JavaScript is a programming language that is commonly used to add interactivity and other dynamic features to websites. It can run on the client side (in a web browser) or on the server side (using Node.js). It is often used in conjunction with HTML and CSS to create complex web pages and web applications. Smily Boy NS (talk) 00:54, 21 January 2023 (UTC)Reply

EXAMPLE 1

<!DOCTYPE html> <html> <head> <title>Hello World in JavaScript</title> </head> <body> <script type=”text/javascript”> document.write(“Hello World “); </script> </body> </html>

Smily Boy NS (talk) 00:57, 21 January 2023 (UTC)Reply