You are on page 1of 7

10.

Write a HTML code to create a frame as given below:

BBA BCA

Description Description

MBA MCA

Description Description
<html>
<head>
<title>Saksham_Assignment10</title>
<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame name="a" src="file:///C:/Users/Saini%20Computer/Desktop/bba.html">
<frame name="b" src="file:///C:/Users/Saini%20Computer/Desktop/bca.html">
</frameset>
<frameset cols="50%,50%">
<frame name="c" src="file:///C:/Users/Saini%20Computer/Desktop/mba.html">
<frame name ="d" src="file:///C:/Users/Saini%20Computer/Desktop/mca.html">
</frameset>
</frameset>

<html>
<head>
<title>Saksham_assignment10</title>
</head>
<body bgcolor=yellow>
<h2 align=center><font color=red><U><B>BBA</B></U></font></h2>
<font color=blue>
<p>BBA is the three years of the Program, students take-up live projects related to:
marketing; human capital management; Finance, laws and policies concerning business
management; decision making; financial statement analysis; wealth management
etc</p>
<p>The academic framework of the program includes several live industry projects,
surveys of real life situations, intense industry internship, global immersion program
and hands-on experience in the world of business</p>
<p>First year is to build the basic concepts in various business related subjects, while
the second year is devoted to specialized subjects. Students choose one of the five
streams for their third year and pursue their training in the chosen functional areas</p>
<B>Duration</B>3 years divided into 6 semesters</br>
<B>(Seats(Ist and IInd Shift):</B>360
</font>
</body>
</html>

<html>
<head>
<title>Saksham_assignment10</title>
</head>
<body bgcolor=green>
<h2 align=center><font color=purple><U><B>BCA</B></U></font></h2>
<font color=red>
<p>BCA is a three year undergraduate degree course generally for students who wish
to delve into the world of Computer languages</p>
<p>The IT industry is growingly rapidly and with this the demand for BCA graduates too
is increasing every passing day</p>
<p>Generally, the basic course curriculum of BCA focuses on database management
systems, operating systems, software engineering, computer architecture, web
technology and languages such as C, C++, HTML, Java etc</p>
<B>Duration</B>3 years divided into 6 semesters</br>
<B>(Seats(Ist and IInd Shift):</B>120
</font>
</body>
</html>

<html>
<head>
<title>Saksham_assignment10</title>
</head>
<body bgcolor=pink>
<h2 align=center><font color=black><U><B>MBA</B></U></font></h2>
<font color=orange>
<p>MBA courses can come in a wider variety of formats. The most common types of
MBA courses are as follows: Full-time MBA, Executive MBA, Part time MBA,
Correspondence Course, Distance MBA Courses, Online MBA courses</p>
<p>Accelerated MBA programs are a variation of the two-year programs. They involve
a higher course load with more intense class and examination schedules and are usually
condensed into one year. They usually have less down time during the program and
between semesters</p>
<p>Modular MBA programs are similar to part-time programs, although typically
employing a lock-step curriculum with classes packaged together in blocks lasting from
one to three weeks</p>
<B>Duration</B>3 years divided into 6 semesters</br>
<B>(Seats(Ist and IInd Shift):</B>360
</font>
</body>
</html>

<html>
<head>
<title>Saksham_assignment10</title>
</head>
<body bgcolor=orange>
<h2 align=center><font color=brown><U><B>MCA</B></U></font></h2>
<font color=GREY>
<p>MCA is a type of postgraduate academic master's degree usually offered in a
University's College of Business and in the recent years in integrated Information
Science & Technology colleges.</p>
<p>The MCA program is designed for students with variety of undergraduate
backgrounds, such as commerce and science, focusing in the field of IT.</p>
<p>The course of study is concentrated around the Information Systems discipline. The
core courses are (typically) Systems analysis, Systems design, Data Communications,
Database design, Project management and Security</p>
<B>Duration</B>3 years divided into 6 semesters</br>
<B>(Seats(Ist and IInd Shift):</B>120
</font>
</body>
</html>

You might also like