What is comments and types of comments in javascript?

                          For two reasons we can have comments in the code, one is to define the…

How to comment codes in TWIG ?

Whenever we write codes we may need to comment some codes to avoid displaying and executing…

How to find Nth highest salary in Sql Server ?

How to find Nth highest salary in Sql Server ? Finding the first or second or…

The view ‘Index’ or its master was not found or no view engine supports the searched locations

Problem The view ‘Index’ or its master was not found or no view engine supports the…

what is javascript function?

      Javascript function is grouping a set of codes to perform particular operations. we will invoke…

Attributes for script tag

For a basic thing, HTML element can contain some attributes. For example you can set background…

What is javascript with basic example ?

Javascript is a programming language for the web apllications. Let’s start a script, Scripts are a…

How to format mysql date in php?

We always face problem while saving and displaying the date field, so must need to know…

How to set css opacity in internet explorer ?

                             For the…