Experiment No.-1
Objective: Write HTML Program for designing your institute website. Display department information of your institute on the website.
<!DOCTYPE html>
<html>
<head>
<title>
College Department Details
</title>
</head>
<body bgcolor="lightgray">
<h1 align="center" style="color: black;">GNIOT, Greater Noida</h1>
<h2 align="center" style="color: black;">NAAC A+</h2>
<h3 align="center" style="color: black;">Afliated to Abdul Kalam Technical University</h3>
<hr>
<h2 align="center" style="color: black;">About College </h2>
<p style="font-family:courier";>Greater Noida Institute of Technology (GNIOT) is one of the premier Institutions in the field of Technical and Management Education. It has been formed by Shri Ram Educational Trust, Noida on no profit basis with a firm determination and commitment to foster a holistic approach towards the development of Engineering and Management Education. The Trust was formed in the year 2000 and the Institute was established in the year 2001. The Trust has had a meteoric rise, and on date, has established a chain of educational institutions covering the fields of engineering and management leading towards Graduate and Post Graduate degrees. Plans are also afoot to introduce Doctoral Programmes in the very near future. It has been approved by AICTE, Ministry of HRD, Goverment of India and affiliated to Dr. A.P.J. Abdul Kalam Technical University, Lucknow The Institute distinguishes itself from other colleges and Institutes due to its holistic approach and unique foresighted planning in providing technical and professional education with the state-of-the-art techniques. The main objective of an Institute is to generate a bunch of highly creative professionals, who can contribute not only in the Human Resource Development but also in the Nation Building Exercise.
</p>
<h2><b>Courses Offered</b></h2>
<ul>
<li>B.Tech CSE-IOT</li>
<li>B.Tech CSE-Cyber Security</li>
<li>B.Tech Computer Science </li>
<li>M.Tech Computer Science </li>
<li>B.Tech CSE-DS</li>
<li>B.Tech CSE-AI</li>
</ul>
<h2>Department of CSE-IoT and Cyber Security</h2>
<p style="font-family:courier">To educate the young
minds with the ability to manage real world problem with the latest technology,
to inculcate professional behaviors, strong ethical values, innovative research capability and leadership ability.
Help the students to explore the depths of computer science, exalt in them and at the same time join hands with the other branches of science to turn something virtual into real and vice versa.</p>
<h2>Faculties of CSE-IoT</h2>
<ol>
<li>Dr. Indradeep</li>
<li>Dr. Shipra</li>
<li>Mr. Shiv Veer Singh</li>
<li>Mr. Jai Prakash Bhati</li>
</ol>
<h3>Condact us </h3>
<p>Phone Number:+91-9811460278</p>
<p>Email:
feedback@gniot.net.in</p>
</body>
</html>
Comments
Post a Comment