Frequently Asked Question
What is HTML
Hypertext Markup Language (HTML) is a computer language that makes up most web
pages and online applications. A hypertext is a text that is used to reference other pieces of text,
while a markup language is a series of markings that tells web servers the style and structure of a
document. HTML is very simple to learn and use.
What is CSS?
CSS stands for Cascading Style Sheets. It is the language for describing the
presentation of Web pages, including colours, layout, and fonts, thus making our web pages
presentable to the users. CSS is designed to make style sheets for the web. It is independent of
HTML and can be used with any XML-based markup language. CSS is popularly called the design
language
of the web.
What is JavaScript?
JavaScript is a scripting or programming language that allows you to implement
complex features on web pages β every time a web page does more than just sit there and display
static information for you to look at β displaying timely content updates, interactive maps,
animated 2D/3D graphics, scrolling video jukeboxes, etc. β you can bet that JavaScript is
probably
involved. It is the third of the web trio.
What is PHP?
PHP is a server-side and general-purpose scripting language that is especially
suited for web development. PHP originally stood for Personal Home Page. However, now, it stands
for
Hypertext Preprocessor. Itβs a recursive acronym because the first word itself is also an
acronym.
What is MySql?
MySQL is a relational database management system (RDBMS) developed by Oracle that is
based on structured query language
(SQL). A database is a structured collection of data. It may be anything from a simple shopping list to
a picture
gallery or a place to hold the vast amounts of information in a corporate network.