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

There are two ways to create a website. 


  1. Online website builder (you don't need technical knowledge, there are various templates available).
  2. 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.
    • Database  = Database is used for storing data. 

Comments

Post a Comment

If you have any doubts, Please let me know

Popular posts from this blog

Generate tambola (housie) game ticket using php

Add backend validation in wordpress using php