What is the different between web coding and web development?

What is the different between web coding and web development?

 

  • Web coding is the pure programming part of creating a web page, particularly using JavaScript/jQuery on the front end and PHP on the back end.
  • development is the complete web page creation package, from building a page with HTML tags, to formatting the page with CSS, to storing data on the back end with MYSQL, to access that data with PHP, to bringing the front and back ends using JavaScript and jQuery.

 

Leave a Reply

Your email address will not be published. Required fields are marked *