McqMate
| Q. |
For best speed position of JavaScript code should be at |
| A. | top of the code |
| B. | bottom of the code |
| C. | middle of the code |
| D. | anywhere in the code |
| Answer» B. bottom of the code | |
| Explanation: for better loading time of the page it is always recommended to put javascript code at the bottom of the main code of the page before </body> tag. css code should be at the beginning of the code. | |
View all MCQs in
Embedded and Real Time SystemNo comments yet