It is a predefined software given by the data base vendor company having a set of company through which we can do the operations on the database for ex. if we use command open we can add a record in for PL if we use command .zip we can delete a record in foxpro
LightBox image Galery in html css and javaScript
Lightbox is a javascript library that displays images and videos by filling the screen, and dimming out the rest of the web page. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body{ font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 0; } *{ box-sizing: border-box; } .row>.column{ padding: 0 8px; } .row:after{ ...
Comments
Post a Comment