Category: Interview Questions
How to override CSS
If you declare an inline style in your HTML tag it will override an external stylesheet and also a stylesheet inserted in an HTML header
Advantages and disadvantages of PHP
What is PHP? You will find this extension .php or the .php3 file extension in some of the popular sites too. Let us see that is this file extension, which language this extension refers to. Let us see what the main high lights of these language.
CSC Latest Interview Questions
Hi Friends I am sharing My Question Paper There will be Five Rounds of Interview , First Round Will be Exam Second, Third & Fourth Rounds are Face To Face Rounds Fifth Round : Manager Round Click Here to Download CSC Interview Ques
Advance JavaScript & AJAX interview questions
We are providing the advance level javascript interview question(You can prepare for all the competative exams All the best) 1. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript’s
Interview questions and answers for JavaScript
1. What’s relationship between JavaScript and ECMAScript? – Answer :: ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3. 2.
How can I open a popup window in the middle of the screen?
Try the following which works in JavaScript 1.2: [code lang="js"] <script language="JavaScript"><!-- function openWindow(width,height) { x = (640 - width)/2, y = (480 - height)/2; if (screen) { y = (sc
Difference between JavaScript and JScript?
The biggest difference now between Javascript and JScript are all of the additional commands that JScript supports that allow access to activeX and the local computer. These commands are intended for use on intranet sites where you know the confi
PHP Interview Questions for Freshers
What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it