INTERVIEW QUESTIONS
Basic Questions
1. What is HTML, and what does it stand for?
2. What are the basic building blocks of an HTML document?
3. Explain the structure of an HTML document. What are the essential tags?
4. What is the purpose of the <!DOCTYPE> declaration in HTML?
5. What are void elements in HTML? Can you name a few examples?
6. What is the difference between block-level and inline elements in
HTML?
7. What are HTML tags and attributes? Give examples.
8. How do we insert a comment line in HTML?
9. What are semantic HTML elements? Why are they important ?
HTML Elements and Tags
[Link] is the purpose of the meta tag in HTML?
[Link] the use of the title and meta tags in the <head> section of an
HTML document.
[Link] is the difference between <div> and <span> elements?
[Link] are the HTML5 semantic elements?
[Link] is the purpose of the <header>, <footer>, <nav>, and <section>
elements in HTML?
[Link] the difference between the <ol>, <ul>, and <dl> tags in HTML.
[Link] can you create an image with a caption using HTML?
[Link] is the purpose of the alt attribute in an <img> tag? Why is it
important?
[Link] would you create a hyperlink in HTML? What is the purpose of the
target="_blank" attribute in an anchor (<a>) tag?
[Link] is the difference between <strong> and <b>, or <em> and <i> tags in
HTML?
Forms in HTML
[Link] is the purpose of forms in HTML, and how do you create them?
[Link] are the different form input types in HTML?
[Link] do you add buttons in HTML?
[Link] is the placeholder attribute in HTML forms, and how is it used?
[Link] is the difference between checkbox and radio input types in an
HTML form?
[Link] do you create a drop-down list in an HTML form?
[Link] the purpose of the label element in HTML forms. How does it
enhance accessibility?
[Link] are fieldsets and legends in HTML forms? How are they used?
[Link] is form validation, and how can you implement it using HTML
attributes?
HTML Media and Graphics
[Link] do you embed an image in HTML? What is the role of the src and alt
attributes?
[Link] do you embed a video in HTML? What attributes are necessary for
this?
[Link] is the purpose of the <audio> tag in HTML? How can you control
playback?
[Link] is the <iframe> element, and how is it used in HTML?
[Link] the <canvas> element in HTML and provide an example of its use.
[Link] the purpose of the action and method attributes in an HTML form.
[Link] is the use of Marquee tag ?
[Link] do you add styles in HTML?
[Link] is the purpose of Learning HTML, and What can you do with it?