HTML advance Interview Questions What is DocType in HTML? . First thing which we should know that it is not a HTML tag. It is an instruction to browser about version of the markup language the page is written in. In HTML 5 we use doctype like <!DOCTYPE html> How to vertically align text inside […]

Read More →

JavaScript Increment & Decrement Operator — — -I am sure that you all will be confused on above questions and it’s output… Confusion !!!!! Let’s explain it in a simple way. You probably learned that x++ is the same as x = x+1. Well, that’s not the whole story. x = x++ and simple x++ both […]

Read More →