Saturday 11 January 2014

WEB DESIGN

Web design is quite easy, to start creating website, you just need to learn HTML, PHP, CSS, JAVASCRIPT and SQL.
HTML which stands for Hyper Text Markup Language is a markup language used to create website that are displayed by browsers. HTML is not a programming language, it's a markup language, it is enclosed inside tags(i.e. < and >). HTML is very easy to learn, you can learn the core HTML aspects in just a day, it just depends on your dedication.
PHP is a server-side scripting language that enables you to create dynamic websites, it;s a powerful programming language that supports object orientation. PHP is also executed on the server, but you can embed it inside HTML pages/
CSS which stands for cascading-style sheet is another web development language that lets you create attractive websites, CSS is just like a cosmetic to websites.
JAVASCRIPT is a programming language that enables a web developer to create dynamic websites, the difference between javascript and PHP is that while the latter is executed on the server, javascript is executed on the browser, it helps a web developer to reduce the traffic on his server.
SQL stands for Structured Query Language lets a web developer to interact with his database.

1 comment: