0% found this document useful (0 votes)
13 views13 pages

Computer Science Department Overview

Html assignment

Uploaded by

Fatima
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views13 pages

Computer Science Department Overview

Html assignment

Uploaded by

Fatima
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Main Assignment:

<!DOCTYPE html>
<head>
<title>The House of Computer Science</title>
<style>
body {
font-family: 'Times New Roman', Times, serif, sans-serif;
margin: 0;
padding: 0;
background-color: #f8ecec;
border: double;
}
.header {
background-color: #FFB6C1;
text-align: start;
font-size: 30px;
font-weight: bold;
padding: 20px;
}
.nav {
background-color: #ca9763;
text-align: left;
padding: 10px 0;
border: double;
}
.nav a {
margin: 0 8px;
font-weight: bold;
}
.container {
display: flex;
background-color: #ffffff;
}
.content {
flex: 3;
padding: 5px;
border-right: 1px solid black;
}
.sidebar {
flex: 1;
background-color: #ffffff;
padding: 5px;
}
.footer {
text-align: left;
padding: 10px;
background-color: #FFB6C1;
border: double;
}
</style>
</head>
<body>
<div class="header">
THE HOUSE OF COMPUTER SCIENCE
</div>
<div class="nav">
<a
href="[Link] I
<a href="[Link]
target="_blank">ABOUT US</a> I
<a href="[Link]
target="_blank">FACULTY</a> I
<a
href="[Link]
target="_blank">ADMISSION POLICY</a> I
<a href="[Link]
target="_blank">COURSES</a> I
<a
href="[Link]
target="_blank">FEE STRUCTURE</a> I
<a href="[Link]
target="_blank">DOWNLOAD</a> I
<a
href="[Link]
target="_blank">CONTACT US</a>
</div>
<div class="container">
<div class="content">
<h2>OUR GOAL</h2>
<p>
The Department of Computer Science (<b>DoCS</b>), in an
exceptionally very less timeframe, has set up a solid and developing
worldwide standing for both teaching and training modern, market-
oriented, competitive technology-oriented subjects in the field of
Computer Science. It has extended impressively throughout the most recent
couple of years, fusing new projects both at the undergraduate and expert
levels. The Department is outfitted with best-in-class labs, and there is
an accentuation on giving appropriate assets where required. Our goal is
to altogether plan for our graduate’s future professions in industry or
exploration.
</p>
<p>
This is cultivated by giving them openness to applicable
equipment, latest technology skills, and programming methods. All degree
program courses are consistently assessed to guarantee that significant
arising advances are covered and that our graduates stay in front of the
development bend.
</p>
<p>
We are producing skilled persons to meet the global
challenges. Bringing even the needy ones into the mainstream of
education, the institute is including social, ethical, technical, and
industrial sense of etiquette. Under the mature vision of SKILL
Management, the institute is embellishing the future builders of the
nation with qualitative and quantitative training dimensions. The
graduates of the institute, in the industrial area, is an irrefutable
proof of the technical sound that we are providing.
</p>
</div>
<div class="sidebar">
<ul>
<li><a
href="[Link]
<li><a
href="[Link]
target="_blank">ABOUT US</a></li>
<li><a
href="[Link]
target="_blank">FACULTY</a></li>
<li><a
href="[Link]
target="_blank">ADMISSION POLICY</a></li>
<li><a
href="[Link]
target="_blank">COURSES</a></li>
<li><a
href="[Link]
target="_blank">FEE STRUCTURE</a></li>
<li><a
href="[Link]
target="_blank">DOWNLOAD</a></li>
<li><a
href="[Link]
target="_blank">CONTACT US</a></li>
</ul>
</div>
</div>
<div class="footer">
&copy; The House of CS 2023
</div>
</body>
</html>

AboutUs:
<!DOCTYPE html>
<head>
<title>About Us</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
header {
color: rgb(0, 0, 0);
padding: 20px;
}
section {
padding: 20px;
background-color: white;
text-align: left;
}
</style>
</head>
<body>
<header>
<h1>About Us</h1>
</header>
<section id="about-us">
<h2>Our Story</h2>
<p>Welcome to our university! We are dedicated to providing high-
quality education and fostering a community of learners and
innovators.</p>

<h3>Mission</h3>
<p>Our mission is to empower students with knowledge, skills, and
values to thrive in a dynamic world.</p>

<h3>Vision</h3>
<p>We envision a future where our graduates lead with integrity,
creativity, and a commitment to positive change.</p>

<h3>Values</h3>
<ul>
<li>Excellence in Education</li>
<li>Innovation and Research</li>
<li>Community Engagement</li>
<li>Inclusivity and Diversity</li>
</ul>
</section>
</body>
</html>

Faculty:
<!DOCTYPE html>
<head>
<title>Faculty Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
header {
background-color: #e7f087;
color: rgb(0, 0, 0);
padding: 5px;
}
section {
padding: 10px;
background-color: white;
margin: 20px;
}
</style>
</head>
<body>
<header>
<h1>Our Faculty</h1>
</header>
<section id="faculty">
<h2>Meet Our Esteemed Faculty Members</h2>
<div>
<h3>Prof. Tayyab Ul Hannan</h3>
<p>Professor of Computer Science</p>
<p>Email: abc@[Link]</p>
</div>
<div>
<h3>Prof. Saadi</h3>
<p>Professor of Mathematics</p>
<p>Email: dwq@[Link]</p>
</div>
</section>
</body>
</html>

Admission Policy:
<!DOCTYPE html>
<head>
<title>Admission Policy</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
header {
background-color: #004080;
color: white;
padding: 5px;
}
section {
padding: 20px;
background-color: white;
text-align: left;
}
</style>
</head>
<body>
<header>
<h1>Admission Policy</h1>
</header>
<section id="admission-policy">
<h2>Our Admission Policy</h2>
<p>We welcome students from all backgrounds and are committed to
providing equal opportunities for all.</p>

<h3>Eligibility Criteria</h3>
<p>Applicants must meet the following criteria to be considered
for admission:</p>
<ul>
<li>Completion of high school or equivalent education.</li>
<li>Minimum GPA of 2.5 on a 4.0 scale.</li>
<li>Submission of all required documents, including
transcripts and letters of recommendation.</li>
<li>Satisfactory performance in entrance exams.</li>
</ul>

<h3>Application Process</h3>
<p>The application process involves the following steps:</p>
<ol>
<li>Complete the online application form.</li>
<li>Submit required documents.</li>
<li>Pay the application fee.</li>
<li>Attend an interview (if applicable).</li>
<li>Receive admission decision notification.</li>
</ol>

<h3>Contact Information</h3>
<p>For more details, please contact our admissions office:</p>
<p>Email: adm@[Link]</p>
<p>Phone: (123) 456-7890</p>
</section>
</body>
</html>

Courses:
<!DOCTYPE html>
<head>
<title>Courses</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
header {
background-color: #02284d;
color: white;
padding: 10px;
}
section {
padding: 20px;
background-color: white;
margin: 30px;
text-align: left;
}
.course { margin-bottom: 50px; }

</style>
</head>
<body>
<header><h1>Our Courses</h1></header>
<section id="courses">
<div class="course">
<h3>Introduction to Computer Science</h3>
<p>Learn the fundamentals of computer science.</p>
</div>
<div class="course">
<h3>Advanced Mathematics</h3>
<p>Explore advanced topics in mathematics.</p>
</div>
<div class="course">
<h3>Business Management</h3>
<p>Gain insights into business management principles.</p>
</div>
<div class="course">
<h3>Environmental Science</h3>
<p>Study the impact of human activities on the
environment.</p>
</div>
</section>
</body>
</html>

Fees Structure:
<!DOCTYPE html>
<head>
<title>Fees Structure</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
header {
background-color: #380140;
color: white;
padding: 10px;
}
section {
padding: 30px;
background-color: white;
margin: 10px;
text-align: left;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #000000;
}
th, td {
padding: 10px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>
</head>
<body>
<header>
<h1>Fees Structure</h1>
</header>
<section id="fees-structure">
<h2>Our Fees Structure</h2>
<table>
<tr>
<th>Program</th>
<th>Tuition Fees (per semester)</th>
<th>Other Fees</th>
</tr>
<tr>
<td>Bachelor of Science ([Link].)</td>
<td>Rs50,000</td>
<td>Rs500</td>
</tr>
<tr>
<td>Bachelor of Arts (B.A.)</td>
<td>RS40,500</td>
<td>Rs450</td>
</tr>
<tr>
<td>Master of Science ([Link].)</td>
<td>Rs60,000</td>
<td>Rs600</td>
</tr>
<tr>
<td>Master of Arts (M.A.)</td>
<td>Rs5,500</td>
<td>Rs550</td>
</tr>
</table>
<p>Note: Other fees include library fees, lab fees, and student
services fees.</p>
</section>
</body>
</html>

Download:
<!DOCTYPE html>
<head>
<title>Download Page</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}
.container {
padding: 20px;
text-align: center;
}
.download-link {
display: block;
margin: 20px 0;
background-color: #004080;
color: white;
padding: 10px 20px;
font-size: 16px;
}
.download-link:hover {
background-color: #003366;
}
</style>
</head>
<body>

<div class="container">
<h1>Download Resources</h1>
<p>Click on the links below to download the resources.</p>
<a href="" class="download-link">Download Code of Conduct</a>
<a href="" class="download-link">Download Dress Code</a>
<a href="" class="download-link">Download Other Required File</a>
</div>
</body>
</html>

Contact Us:
<!DOCTYPE html>
<head>
<title>Contact Us</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
section {
padding: 20px;
background-color: white;
margin: 20px;
text-align: left;
}
</style>
</head>
<body>
<header>
<h1>Contact Us</h1>
</header>
<section id="contact-us">
<h2>Get in Touch</h2>
<p>If you have any questions or need further information, please
feel free to contact us:</p>
<p>Email: info@[Link]</p>
<p>Phone: (123) 456-7890</p>
<p>Address: Superior university Faisalabad</p>
</section>
</body>
</html>

Anchor tags:
<!DOCTYPE html>
<head>
<title>Student Record</title>
<style>
table {
width: 50%;
border-collapse: collapse;
margin: 20px auto;
}
th, td {
border: 1px solid black;
text-align: center;
padding: 8px;
background-color: #D2B48C;
border: double;
}
th {
background-color: #FFFFFF;
}
h1, h2 {
text-align: center;
margin: 10px;
}
</style>
</head>
<body>
<h1>understanding of anchor tag</h1>
<hr>
<h2>STUDENT RECORD </h2>
<table>
<tr>
<th>subjects</th>
<th>marks</th>
</tr>
<tr>
<td>math</td>
<td>70</td>
</tr>
<tr>
<td>computer</td>
<td>70</td>
</tr>
<tr>
<td>eng</td>
<td>70</td>
</tr>
<tr>
<th>total</th>
<th>210</th>
</tr>
</table>
</body>
</html>

Common questions

Powered by AI

The offered courses such as Introduction to Computer Science and Advanced Mathematics reflect the university’s commitment to providing foundational knowledge while simultaneously pushing the boundaries of current understanding through advanced topics. This aligns with their mission to equip students with essential skills and knowledge. The periodic reassessment of courses ensures they remain relevant, incorporate emerging technologies, and support the adaptability of students to new industry demands .

The university's mission to empower students with knowledge, skills, and values to thrive is aligned with its programs, which focus on high-quality education and modern technology skills . The vision for graduates to lead with integrity, creativity, and commitment to positive change is reflected in the curricula that continually adapt to emerging technologies, thus preparing students to be ahead in the industry . The presence of comprehensive courses and state-of-the-art resources further supports this alignment, fostering a conducive learning environment .

The eligibility criteria include completion of high school or equivalent education, a minimum GPA of 2.5 on a 4.0 scale, submission of required documents, and satisfactory performance in entrance exams. The university promotes inclusivity by welcoming students from all backgrounds and committing to providing equal opportunities for all .

The "Fee Structure" page provides a tabular format presenting the tuition fees and other fees for different programs per semester. This format clearly distinguishes between types of fees, facilitating easy comparison and understanding for students. Additionally, the inclusion of explanations for 'Other Fees,' such as library and lab fees, ensures transparency and aids in comprehensive financial planning for prospective students .

The strategic objectives likely include preparing graduates for immediate entry into the workforce with competitive skills, fostering adaptability to future technological changes, and strengthening the department's global reputation for excellence. By integrating both theoretical knowledge and practical skills, the department ensures graduates can contribute effectively to industry or research environments, thus fulfilling their goal of meeting global challenges with technical soundness .

Faculty members play a crucial role by delivering high-quality teaching and embodying the university's values of excellence and innovation. Professors like Prof. Tayyab Ul Hannan and Prof. Saadi serve not only as educators but as mentors and role models for students, thus upholding the institution's commitment to fostering knowledge, creativity, and critical thinking . Their expertise and dedication directly impact the academic standards and educational quality at the university .

The values of excellence in education, innovation and research, community engagement, inclusivity, and diversity likely drive the university's emphasis on fostering a community of learners and innovators. These values suggest a holistic approach to education where community engagement and innovation are integral to creating a diverse and inclusive environment that encourages pioneering research and academic excellence .

Offering downloadable resources like Code of Conduct and Dress Code on the website strengthens the university's communication by providing students with easy, anytime access to important documents. This initiative promotes transparency, self-governance, and responsibility among students, ensuring they are well-informed and empowered to adhere to university policies even outside campus premises .

The House of Computer Science aims to prepare its graduates for future careers by offering exposure to relevant hardware, latest technology skills, and programming methods. The department ensures all degree program courses are regularly assessed to cover significant emerging technologies, thereby keeping graduates ahead of the development curve .

The website utilizes a structured layout with distinct sections like header, nav, container, content, sidebar, and footer to organize information systematically. The navigation bar provides easy access to key areas such as Home, About Us, Faculty, etc., promoting user engagement. Additionally, consistent styling with clear headings and a blend of colors enhance readability and aesthetic appeal, contributing to a positive user experience .

You might also like