RWPD 1to4
RWPD 1to4
RWPD 1to4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>College Department</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
</head>
<body>
<div class="text-center">
<h3>XYZ College</h3>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></
script>
</body>
</html>
3(1)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student Information</title>
</head>
<body>
<h1>Student Information</h1>
</div>
<!-- Main Content Section (Normal Container for responsive layout) -->
<div class="row">
</div>
<div class="col-md-8">
<h4>Personal Information</h4>
<p><strong>Age:</strong> 21</p>
<p><strong>Email:</strong> [email protected]</p>
<h4 class="mt-4">Education</h4>
<ul>
</ul>
<h4 class="mt-4">Skills</h4>
</div>
</div>
</div>
4(1)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Faculty Profile</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
</head>
<body>
<h1>Faculty Information</h1>
</div>
<div class="row">
</div>
<h4>Biography</h4>
<p>Dr. Jane Smith has over 15 years of experience in teaching and research in computer
science. She specializes in artificial intelligence, machine learning, and data science.
<div class="row">
<div class="col-md-6">
<h5>Skills</h5>
<ul>
<li>Artificial Intelligence</li>
<li>Machine Learning</li>
<li>Data Science</li>
<li>Python, R, Java</li>
</ul>
</div>
<div class="col-md-6">
<h5>Courses Taught</h5>
<ul>
<li>Introduction to AI</li>
</ul>
</div>
</div>
</div>
</div>
<h4>Research Interests</h4>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></
script>
</body>
</html>
5(1)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Class Timetable</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
<style>
.time-slot {
background-color: #f8f9fa;
text-align: center;
padding: 15px;
margin-bottom: 10px;
.time-slot h5 {
margin: 0;
</style>
</head>
<body>
<h1>Class Timetable</h1>
</div>
<div class="col-sm-2">Time</div>
<div class="col-sm-2">Monday</div>
<div class="col-sm-2">Tuesday</div>
<div class="col-sm-2">Wednesday</div>
<div class="col-sm-2">Thursday</div>
<div class="col-sm-2">Friday</div>
</div>
<!-- First Row: 9:00 AM - 10:00 AM -->
<div class="row">
</div>
</div>
<div class="row">
</div>
</div>
<div class="row">
</div>
</div>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></
script>
</body>
</html>
6(1)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
<style>
.activity-section {
margin-bottom: 50px;
.activity-image {
max-width: 100%;
height: auto;
</style>
</head>
<body>
</div>
<div class="col-md-4">
</div>
<div class="col-md-8">
<h4>Debate Club</h4>
<p>Our debate club focuses on enhancing students' critical thinking and public speaking
skills. Students participate in various competitions and learn to structure arguments logically.</p>
</div>
</div>
</div>
<div class="col-md-8">
<h4>Science Fair</h4>
<p>The annual Science Fair encourages students to apply their scientific knowledge in
practical projects. This activity is aimed at fostering innovation and creativity in science and
technology.</p>
</div>
</div>
<div class="col-md-4">
</div>
<div class="col-md-8">
<h4>Sports Event</h4>
<p>Sports events promote physical health and teamwork. Students participate in various
sporting events like football, basketball, athletics, and more.</p>
</div>
</div>
<div class="col-md-4">
</div>
<div class="col-md-8">
<h4>Art Exhibition</h4>
<p>Our annual art exhibition allows students to showcase their artistic talents through
paintings, sculptures, and digital art, encouraging creativity and expression.</p>
</div>
</div>
<div class="col-md-4">
</div>
<div class="col-md-8">
<h4>Music Club</h4>
<p>The music club brings together students passionate about music. Whether it's classical or
modern, students get a platform to practice and perform their music talents.</p>
</div>
</div>
</div>
<thead class="table-dark">
<tr>
<th>Year</th>
<th>Project Title</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>2023</td>
<td>1st</td>
</tr>
<tr>
<td>2022</td>
<td>2nd</td>
</tr>
</tbody>
</table>
<tr>
<th>Year</th>
<th>Topic</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>2024</td>
<td>1st</td>
</tr>
<tr>
<td>2023</td>
<td>2nd</td>
</tr>
</tbody>
</table>
<thead class="table-success">
<tr>
<th>Year</th>
<th>Event</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>2024</td>
<td>Football Tournament</td>
<td>Winners</td>
</tr>
<tr>
<td>2023</td>
<td>Basketball Championship</td>
<td>Runners-up</td>
</tr>
</tbody>
</table>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></
script>
</body>
</html>