HTML Text Formatting Elements and Tags

HTMLText Formatting Elements and Tags

Text Formatting Elements and Tags   HTML5 Elements  An Element in HTML is the collection of start tag, its attributes, an end tag plus everything in between the tags. HTML tags are most important keywords and set of characters which show how web browser will format and display the content. With the help of tags, … Read more

JavaScript String and Date Objects

Javascript string and date objects

JavaScript String The JavaScript string is a sequence of characters enclosed in double quotes. JavaScript Strings are basically Objects. JavaScript strings can be created by two different ways By string literal By string object (using new keyword) 1) By string literal The string literal in JavaScript is created using double quotes. It can take following … Read more

JavaScript Objects

JavaScript Objects

JavaScript Objects JavaScript Objects are non-primitive data type. Unlike variables, object holds multiple values in terms of properties and methods. Here Properties can hold values of primitive data types and methods are JavaScript functions. Examples of JavaScript objects are – Student, pen, Board, chair, glass, keyboard etc. JavaScript is an object-based language. JavaScript treats everything … Read more

Learn What is New in HTML5

What is New in HTML5

What is HTML5 HTML5 is the latest edition of the HTML standard superseding HTML 4.01, XHTML 1.0, and XHTML 1.1. Now HTML5 is the standard for structuring and presenting content on the World Wide Web. HTML5 is a has been jointly developed by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology … Read more

JavaScript Functions and Loops

JavaScript Functions and Loops

JavaScript Functions JavaScript functions are used to perform certain tasks. Once created we can call a JavaScript function many times to reuse the code. A function always has a return type. It makes the programs more manageable. Advantage of JavaScript function There are mainly two advantages of JavaScript functions. Code reusability: A function is created once … Read more

JavaScript Control Statements and Operators

JavaScript Control Statements

JavaScript Control Statements and Operators JavaScript Control Statements is a very crucial component in deciding the program flow control . Depending upon the JavaScript control statements the programs may split in many branches, or repeat certain steps certain number of times or may jump certain statements.  JavaScript Control Statements are of three types ·        Selection … Read more

Data Types in JavaScript

JavaScript Data Types

Primitive and Non Primitive Data Types JavaScript JavaScript provides various data types to hold different types of values. Mainly, there are two types of data types in JavaScript. Primitive data type Non-primitive (reference) data type JavaScript is a dynamic type language, means you don’t need to specify data type of the variable because it is … Read more

JavaScript Variable and its Scope

JavaScript Variable A JavaScript variable is simply a name of storage location which holds some value and can be changed any time. A JavaScript variable must have a unique name. You can assign a value to a JavaScript variable using equal to (=) operator. A variable is also called identifiers. There are two types of variables … Read more

What is HTML | HTML 4

What is HTML HTML stands for Hypertext Markup Language. It allows the user to easily create and structure sections, paragraphs, headings, links, images, and blockquotes for web pages and applications. HTML is not a programming language but a scripting language, meaning it doesn’t have the ability to create dynamic functionality. Instead, it makes it possible to organize/arrange … Read more

Please Subscribe to Stay Connected

You have successfully subscribed to the newsletter

There was an error while trying to send your request. Please try again.

DigitalSanjiv will use the information you provide on this form to be in touch with you and to provide updates and marketing.