JavaScript Operators || Client Side Scripting || BCIS Notes
JavaScript Operators Operators are symbols or keywords that tell the JavaScript engine to perform some sort of actions. For example, the addition (+) symbol is […]
JavaScript Operators Operators are symbols or keywords that tell the JavaScript engine to perform some sort of actions. For example, the addition (+) symbol is […]
JavaScript Data Types There are six basic data types in JavaScript which can be divided into three main categories: primitive (or primary), composite (or reference), […]
JavaScript Syntax The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program. A JavaScript consists of JavaScript statements that […]
Introduction to JavaScript JavaScript is the most popular and widely used client-side scripting language. Client-side scripting refers to scripts that run within your web browser. […]
XSLT (Extensible Stylesheet Language Transformation) XSLT is a language for transforming XML documents. It is the most important part of XSL. XPath is a language […]
XHTML (Extensive Hypertext Markup Language) XHTML stands for Extensive Hypertext Markup Language. It is the next step in the evolution of the internet. The XHTML […]
XML (Extensible Markup Language) XML (Extensible Markup Language) is a new standard that has recently been approved by the World Wide Web Consortium. It is […]
Other HTML Tags Table HTML Tags HTML tags for creating tables were originally developed for presenting rows and columns of tabular data, however, designers quickly […]
Structural HTML Tags Structured HTML tags are like keywords define that how a web browser will format and display the content. With the help of […]
CSS Selectors CSS selectors define the elements to which a set of CSS rules apply. They are used to select the content you want to […]
Copyright © 2024 | WordPress Theme by MH Themes