Tag: answers
-
Front-End / Web Developer Interview questions and answers
Here are some common front end / web interview questions, and some sample answers, for those aspiring web devs among us: HTML: What’s a DOCTYPE? A doctype associates a markup document (html or xml) with a DTD. It tells the browser what kind of document and what type of markup to expect. HTML 4.01 has…