MindSpark Coaching Institute – HTML Homework
Solution
Complete HTML Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MindSpark Coaching Institute – Hyderabad</title>
</head>
<body>
<header id="top">
<h1>MindSpark Coaching Institute</h1>
<h2>Empowering Students, Building Futures</h2>
</header>
<nav>
<a href="#about">About Us</a> |
<a href="#programmes">Programmes Offered</a> |
<a href="#schedule">Batch Schedule</a> |
<a href="#faculty">Our Faculty</a> |
<a href="#contact">Contact Us</a>
</nav>
<main>
<section id="about">
<h2>About Us</h2>
<p>
MindSpark Coaching Institute was established in 2015 in Hyderabad with
the aim of providing quality education and academic guidance to students
preparing for board examinations and competitive entrance tests.
</p>
<p>
The institute follows a student-focused teaching philosophy that combines
conceptual understanding, regular assessments, and personalised mentoring
to help students build confidence and achieve academic excellence.
</p>
<figure>
<img src="[Link]
alt="MindSpark Coaching Institute – Hyderabad campus"
width="320"
height="200"
title="MindSpark Coaching Institute"
loading="lazy">
<figcaption>
Main campus of MindSpark Coaching Institute in Hyderabad.
</figcaption>
</figure>
</section>
<section id="programmes">
<h2>Programmes Offered</h2>
<ul>
<li>Class 10 – Mathematics and Science</li>
<li>Class 12 – Commerce Stream (Accounts, Economics, Business Studies)</li>
<li>Class 12 – Science Stream (Physics, Chemistry, Mathematics)</li>
<li>JEE Foundation Programme</li>
<li>NEET Foundation Programme</li>
<li>CA Foundation Preparation</li>
</ul>
<h3>Enrolment Process</h3>
<ol>
<li>Enquiry and Counselling Session</li>
<li>Diagnostic Assessment Test</li>
<li>Batch Allocation Based on Level</li>
<li>Fee Payment and Registration</li>
<li>Orientation and Commencement of Classes</li>
</ol>
</section>
<section id="schedule">
<h2>Batch Schedule</h2>
<table border="1" style="border-collapse: collapse; padding: 8px;">
<caption>
MindSpark Coaching Institute — Weekly Batch Schedule
</caption>
<thead>
<tr>
<th scope="col">Batch Name</th>
<th scope="col">Programme</th>
<th scope="col">Days</th>
<th scope="col">Timing</th>
<th scope="col">Seats Available</th>
</tr>
</thead>
<tbody>
<tr>
<td>Morning Batch A</td>
<td>Class 10 – Maths & Science</td>
<td>Mon, Wed, Fri</td>
<td>7:00 AM – 9:00 AM</td>
<td>12</td>
</tr>
<tr>
<td>Morning Batch B</td>
<td>Class 12 – Commerce</td>
<td>Tue, Thu, Sat</td>
<td>7:00 AM – 9:00 AM</td>
<td>10</td>
</tr>
<tr>
<td>Evening Batch A</td>
<td>Class 12 – Science</td>
<td>Mon to Fri</td>
<td>5:00 PM – 7:00 PM</td>
<td>8</td>
</tr>
<tr>
<td>Weekend Batch</td>
<td>JEE Foundation</td>
<td>Sat & Sun</td>
<td>9:00 AM – 1:00 PM</td>
<td>15</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="5">
For custom batch timings, please contact the institute directly
</td>
</tr>
</tfoot>
</table>
</section>
<section id="faculty">
<h2>Our Faculty</h2>
<dl>
<dt>Ramesh Agarwal</dt>
<dd>
Mathematics (Class 10 and Class 12), 18 years of teaching experience
</dd>
<dt>Sunitha Reddy</dt>
<dd>
Physics and Chemistry, former faculty at Narayana Coaching Centre
</dd>
<dt>Pradeep Nair</dt>
<dd>
Commerce subjects — Accountancy, Economics, Business Studies
</dd>
<dt>Kavitha Sharma</dt>
<dd>
Biology and NEET Foundation, [Link]. in Life Sciences
</dd>
</dl>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>
MindSpark Coaching Institute<br>
Plot No. 42, Madhapur Main Road<br>
Hyderabad, Telangana – 500081
</p>
<p>
<a href="[Link]
admissions@[Link]
</a>
<br>
<a href="[Link]
+91 91234 56789
</a>
<br>
<a href="[Link]
target="_blank"
rel="noopener noreferrer">
Facebook
</a>
<br>
<a href="#top">Back to Top</a>
</p>
</section>
</main>
<footer>
<p>
© 2026 MindSpark Coaching Institute. All rights reserved.
</p>
<p>
<a href="[Link]
admissions@[Link]
</a>
</p>
</footer>
</body>
</html>