Web Development And Programming Tutorials



HTML stands for HyperText Markup Language. HTML is the most widely used Markup language on the web to develop webpages.
HTML is used by browsers to interpret and compose text, images, audio, video and other different material into visual or audible web pages.
CSS stands for Cascading Style Sheets. CSS is a language that is designed to style HTML documents. It describes the presentation of HTML Documents.
CSS makes web pages look beautiful and attractive.Using CSS we can Change size and color of text, Create colorful boxes, define spaces between boxes, hover effect etc.
Javascript is a scripting language. It is often abbreviated as JS. Using javascript we can create web applications.
Javascript is a client-side scripting language. It is written in HTML pages.