WEB HOSTING
A web hosting service is a type of Internet hosting service. It allows people and companies to make their website available on the World Wide Web. Web hosts are companies which provide space on a server which is owned or leased for use by clients.
HTML
HyperText Markup Language (HTML) is a markup language used to create web pages. Webpages can include writing, links, pictures, and even sound and video. HTML adds meta information to webpages. Meta information is information about a webpage e.g., the name of the person who created the page. Web browsers usually do not show meta information.
CSS
Cascading Style Sheets (CSS) is a style sheet language used for specifying the presentation and styling of a document written in a markup language such as HTML or XML. CSS is designed to enable the separation of content and presentation, including layout, colors, and fonts. This separation can improve content accessibility and control the presentation characteristics . css file, which reduces complexity and repetition in the structural content.
PHP
Hypertext Preprocessor is a scripting language that helps people make web pages more interactive by allowing them to do more intelligent, complex things. PHP code is r!un on the web server. A website programmed with PHP can have pages that are password protected. A website with no programming cannot do this without other complex things.
DATABASE
A database is a computer system for storing and taking care of data. Information stored inside a database is usually stored in an organized way. Data about a person that would have been written on a piece of paper before databases would be stored in a record in a database. A collection of person records that would have been an address book before databases would be stored in a file or table.