HTML5 Interview Questions and Answers
Here WebtechLearning sharing a list of HTML5 Interview Questions answers. 2016.
Question: What is XHTML?
XHTML is an HTML that follows the XML rules.
Question: Why Recommended external CSS or Javascript versus inline?
1. Hard to maintain the Inline JS/CSS.
2. Inline js/css load slower.
3. No caching benefits in Inline JS/CSS.
(more…)