Talk:Jose Borromeo Legaspi Memorial National High School

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

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]