A concise collection of commonly asked HTML interview questions for freshers, covering basic concepts like HTML tags, attributes, forms, semantic elements, and HTML5 features. Ideal for beginners preparing for web developer interviews and entry-level frontend roles.
- What is HTML?
- What does HTML stand for?
- What are HTML tags?
- What is the difference between HTML and XHTML?
- What are empty (void) elements in HTML?
- What is the difference between
<div>and<span>? - What are attributes in HTML?
- What is the purpose of the
<doctype>declaration? - What is HTML5?
- What are semantic elements in HTML?
- What is the difference between block-level and inline elements?
- What are semantic tags? Name some examples.
- What is the use of the
<meta>tag? - What is the difference between
<strong>and<b>tags? - What is the difference between
<em>and<i>tags? - What are lists in HTML? Explain types of lists.
- What is the difference between ordered and unordered lists?
- What is an iframe?
- What is the use of the
<img>tag? - What are forms in HTML?
- What is the difference between GET and POST methods?
- What are input types in HTML5?
- What is the use of the
<label>tag? - What is the use of the
altattribute in images? - What is the difference between
idandclassattributes? - What are tables in HTML?
- What is the use of
<thead>,<tbody>, and<tfoot>? - What is the difference between
<link>and<a>tags? - What is the use of the
<script>tag? - What are comments in HTML?
- What is the use of the
<title>tag? - What is the use of the
<head>and<body>tags? - What is the difference between relative and absolute URLs?
- What is the use of the
<br>and<hr>tags? - What are deprecated HTML tags?
- What is accessibility in HTML?
- What is the use of
ariaattributes? - What is the difference between
<section>and<article>? - What is the purpose of the
<nav>tag? - What is responsive design in HTML?
Advanced Java Interview Questions for Freshers
Core Java Interview Questions for Freshers
React.js Interview Questions for Freshers
JavaScript Interview Questions for Freshers
