Home Videos Exercises MCQ Q&A Quiz Services Sign in

HTML Interview Questions And Answers

SOOPRO Pathshala provides HTML Interview Questions and Answers


1. What is HTML?

HTML stands for HyperText Markup Language . It is the language for creating webpages.


2. What are HTML tags?

HTML tags are the keywords that are used to produce web pages in various formats.


3. What is a marquee in HTML?

Marquee is used for scrolling text on a web page.


4. What are HTML Attributes?

Attributes are the properties that can be added to an HTML tag.


5. What is use of b tag?

b tag is used to display the written text in bold format.


6. What is use of i tag?

i tag is used to display the written text in italic format.


7. What is use of u tag?

u tag is used to display the written text in underline format.


8. What is use of strong tag?

makes text strong


9. Who is developer of HTML?

Tim Berners-Lee


10. In which year HTML was invented?

1991


11. What is the current version of HTML?

HTML 5


12. Extension of saving HTML file are?

.HTML or .HTM


13. Total tags in HTML are?

140


14. What is use of head tag?

The head tag contains meta information about the document


15. What is use of title tag?

The title element specifies a title for the document


16. What is use of body tag?

The body tag contains the visible page content


17. What is use of h1 tag?

The h1 tag defines a large heading


18. What is use of h6 tag?

The h1 tag defines a smallest heading


19. What is use of doctype html tag?

The declaration defines this document to be HTML5


20. What is use of p tag?

The tag defines a paragraph