Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Wednesday, September 27, 2023

Difference between JAVA and JAVASCRIPT

 Java and JavaScript are two distinct programming languages that share a similar name but are used for different purposes and have significant differences. Here's a breakdown of the key differences between Java and JavaScript:1. **Origin and History**:   - **Java**: Java was created by James Gosling at Sun Microsystems in the mid-1990s. It is a statically-typed,...

Tuesday, December 18, 2018

How to make a simple picture gallery using lightbox library in web?

HTML code <!DOCTYPE html> <html> <head> <title>PicGallery</title> <link rel="stylesheet" type="text/css" href="css/picgallery.css"> <link rel="stylesheet" type="text/css" href="css/lightbox.min.css"> <script type="text/javascript" src="js/lightbox-plus-jquery.min.js"></script> </head> <body> ...