6th practical

This commit is contained in:
2026-02-27 15:26:32 +05:30
parent 14c3b18f04
commit 525594a384

View File

@@ -1,13 +1,62 @@
<html>
<head>
<title>
Types of html list
Defination List
</title>
</head>
<body>
<ol type="I">
<li>Ordered</li>
<li>Unodered</li>
<h1>
List Of Faculty
</h1>
<ol type="1">
<li>Faculty of BCA</li>
<li>Faculty of BBA</li>
<li>Faculty of B.Com</li>
<li>Faculty of BAF</li>
<li>Faculty of MBA</li>
</ol>
<h1>
Information on Course
</h1>
<dl>
<dt>Bachelor of Computer Application(BCA)</dt>
<dd>The Bachelor of Computer Application(BCA) is a three-year undergraduate program that focuses on computer applications and Information technology
<ul>
<li><strong>Fees</strong>: Rs. 2,50,000</li>
<li><strong>Duration</strong>: 3 Years</li>
<li><strong>Intake Capacity</strong>: 200</li>
</ul>
</dd>
</dl>
<dl>
<dt>Bachelor of Commerce(BCom)</dt>
<dd>The Bachelor of Commerce(BCom) is a three-year undergraduate program that focuses on Commerce, Accounting, economics and management, designed to equip students with essential business skill and knowledge.
<ul>
<li><strong>Fees</strong>: Rs. 2,09,000</li>
<li><strong>Duration</strong>: 3 Years</li>
<li><strong>Intake Capacity</strong>: 200</li>
</ul>
</dd>
</dl>
<dl>
<dt>Bachelor of Business Administation(BBA)</dt>
<dd>The Bachelor of Business Application(BBA) is a four-year undergraduate program designed to develop business professionals with practical skills, ethical values, and leadership capabilities.
<ul>
<li><strong>Fees</strong>: Rs. 2,50,000</li>
<li><strong>Duration</strong>: 3 Years</li>
<li><strong>Intake Capacity</strong>: 200</li>
</ul>
</dd>
</dl>
<dl>
<dt>Master of Business Applications</dt>
<dd>The Master of Business Application(MBA) is a prestigious degree designed to develop leadership, strategic thinking and management skills essential for success in the business world
<ul>
<li><strong>Fees</strong>: Rs. 4,87,000</li>
<li><strong>Duration</strong>: 3 Years</li>
<li><strong>Intake Capacity</strong>: 200</li>
</ul>
</dd>
</dl>
</body>
</html>