-
Notifications
You must be signed in to change notification settings - Fork 2
List Of Abbreviations
PHP : Hypertext Preprocessor is a general-purpose programming language originally designed for web development. It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group.[3]
HTML : Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.[4]
CSS : CSS stands for Cascading Style Sheets CSS, describes how HTML elements are to be displayed.[5]
Javascript : JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities.[6]
SQL : stands for Structured Query Language.SQL is used to communicate with a database.[7]
HTTP: HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.