Posts

Showing posts from September, 2019

How to create website using HTML, JS, PHP and CSS

There are two ways to create a website.  Online website builder (you don't need technical knowledge, there are various templates available). Using code (you need to study programming languages which is used for building website example :- HTML, CSS, JS, PHP). How to create website using code. Technology  Front-end   :-  HTML (Hyper Text Markup Language) and JS (JavaScript). Design       :-  CSS (Cascading Style Sheets). Back-end   :-  PHP ( Personal Home Page ). Database    :- MySQL , Firebase. Why use this technology ?  HTML     = HTML is used for create a user interface (UI). JS            = JS is used for building front-end logic and front-end validations. CSS         = CSS is used for design UI. PHP         = PHP is used for connect database and perform database queries. Datab...