HTML Interview Questions and Answers
Difficulty Level: AllBeginnerIntermediateExperienced/Expert
Ques 3. What is the simplest HTML page?
Ques 4. How do I create frames? What is a frameset?
Ques 5. How can I include comments in HTML?
Ques 6. What is a Hypertext link?
Ques 7. How comfortable are you with writing HTML entirely by hand?
Ques 8. What is everyone using to write HTML?
Ques 9. What is a DOCTYPE? Which one do I use?
Ques 10. Can I nest tables within tables?
Ques 11. How do I align a table to the right (or left)?
Ques 12. How can I use tables to structure forms?
Ques 13. How do I center a table?
Ques 15. How can I check for errors?
Ques 16. Do I have to memorize a bunch of tags?
Ques 17. How do I make a form so it can be submitted by hitting ENTER?
Ques 18. How do I set the focus to the first form field?
Ques 19. How can I eliminate the extra space after a </form> tag?
Ques 20. Can I have two or more actions in the same form?
Ques 21. How can I use forms for pull-down navigation menus?
Ques 22. How can I avoid using the whole URL?
Ques 23. Can I use percentage values for <TD WIDTH=...>?
Ques 24. Why doesn't <TABLE WIDTH="100%"> use the full browser width?
Ques 25. Why is there extra space before or after my table?
Ques 26. How do I create a link that sends me email?
Ques 27. How can I have two sets of links with different colors?