<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Interview Questions for Freshers</title>
</head>
<body>
<h1>HTML Interview Questions for Freshers</h1>
<ol>
<li>What is HTML and what are its basic features?</li>
<li>What are the different HTML tags used for headings, paragraphs, links, and images?</li>
<li>What is the purpose of the "alt" attribute in an image tag?</li>
<li>What is the difference between block-level and inline elements in HTML?</li>
<li>How do you create a hyperlink in HTML?</li>
<li>What are the different list types in HTML and how are they implemented?</li>
<li>What is the difference between the "id" and "class" attributes in HTML?</li>
<li>Explain the concept of semantic HTML and its importance.</li>
<li>What are the new features introduced in HTML5?</li>
<li>How do you embed videos and audios in HTML?</li>
</ol>
</body>
</html>