Tuesday, 6 September 2016

Web Development

What we need to create a web?

Language - HTML

Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.




Client Site - CSS


CSS stands for Cascading Style SheetsCSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once.



Server Site - PHP

PHP (Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.


Image result for what is php

Database - SQL

Structure Query Language. SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems.



Web Sever - APACHEE

The web server checks for the web page you have requested and fetches it for your viewing pleasure. However, A web server is not just your host but also your server. Once it has found the web page you requested, it also serves you the web page. A web server like Apache. It handles your communications with the website, handles your requests, makes sure that modules are ready to serve you. It is also memory and cache

7 comments: