⟩ Tell me what are the correct and the most two common way to start and finish a PHP block of code?
The two most common ways to start and finish a PHP script are:
<?php [ — PHP code—- ] ?> and
<? [— PHP code —] ?>
The two most common ways to start and finish a PHP script are:
<?php [ — PHP code—- ] ?> and
<? [— PHP code —] ?>
Explain me difference between JavaScript window.onload event and jQuery ready function?
Tell me how do you add and remove CSS classes to an element using jQuery?
Tell me which one is more efficient document.getElementbyId( “myId”) or $(“#myId)?
Tell me can you write jQuery code to select all links, which is inside paragraphs?
Explain me difference between ID selector and class selector in jQuery?
Tell me what are some of the major new API’s that come standard with HTML5?
Tell me what is the difference between the application model of HTML and HTML5?
Do you know what does DOCTYPE mean?
Tell us why did you get into coding, programming, etc.?
Tell me how many HTML tags are should be used for the most simple of web pages?