Which of the following is a technology used for server-side scripting?
A. CSS
B. PHP
C. HTML
D. JavaScript (client-side)
Answer: Option B
Solution (By JKSSB Mock Tests)
PHP is a widely-used server-side scripting language for web development, while JavaScript is typically client-side, and CSS/HTML are for presentation and structure.
Which type of web application asset functions as an structured structured configuration layout defining metadata structures, used widely to map structural sitemaps over the web?
Explanation:
XML files use structured data tags to store site indices and document configurations cleanly, making them a common choice for sitemaps and data feeds parsed by web crawlers.
Explanation:
The defer attribute tells the browser to continue parsing the HTML while the script downloads, and execute it after the document is parsed, in order.
No comments yet. Be the first to start the discussion!