January 2013

JavaScript – Operators

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects, […]

JavaScript – Operators Read More »

JavaScript – Data Types and Variables

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Data Types and Variables Read More »

Introduction to HTML

HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML explains the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML tags are invisible but used to create the page’s content Sample file <!DOCTYPE

Introduction to HTML Read More »