You are on page 1of 4

WT LAB 20311A1901

WEB TECHNOLOGIES LAB

EXPERIMENT 1
AIM – Write a html program using basic tags.

SOURCE CODE –

<html>
<head>
<title>This is my first web page ! </title>
</head>
<body>
<b> Welcome to Snist <br> OM JAJU (20311a1901) </b>
</body>
</html>

OUTPUT –
WT LAB 20311A1901

EXPERIMENT 2

AIM – Write a html program using using various tags.


SOURCE CODE –
<html>
<head>
<title>This is my first web page
</title>
</head>
<body BGCOLOR="GREEN">
<CENTER><B> Welcome to SNIST <BR> OM JAJU(20311A1901)</br> </b>

<img src="snist.jpg" position="center" alt="Snist Logo"


style="width:100px;height:100px;">

<h1 align="center" style="color:PURPLE">ABOUT MY COLLEGE-


SREENIDHI INSTITUTE OF SCIENCE AND TECHNOLOGY </h1></center>

<p style="color:white"> SNIST one of the finest and well-recognized higher


educational institutions in Hyderabad,India. NBA Accredited colleges in India.Sreenidhi
Institute of Science and Technology–Hyderabad, sponsored by Sree Educational Group was
established in the year 1997 by the Chairman, Dr. K.T. Mahhe, an extraordinary educationist,
a pragmatic leader, and a dynamic entrepreneur with rich experience in Academics and
Industry. He has a proven history of achievements, awards, and recognitions to his credit. He
is an outstanding personality devoted to the cause of providing high-quality technical and
scientific education to urban and rural students of Telangana, Andhra Pradesh, and all other
states e.</p>
<a href="https://www.sreenidhi.edu.in/">Visit Sreenidhi.edu.in</a>
<h2 align="left" style="color:orange"><hr>1.Vision and Mission</hr> </H2>
<p style="color:white">
Vision:
To emerge as a leading Center for Technical Education and Research with focus to produce
professionally competent and socially sensitive engineers capable of working in
multidisciplinary global environment.
WT LAB 20311A1901

Mission:
To rigorously pursue the concept that the institute is a continuous learning organization that
ensures involvement of the faculty and students in studying the changing technologies that
are required for a better world in general and India in particular.</p>

<H2 Align="left" style="color:orange"><hr>2.Salient Features</hr></H2>


<p style="color:white">
<br>1.Recipient of the National Award for, ‘Best Academic Practices’ by the Indian Society
for Training and Development – New Delhi.
<br>2.Accredited with A Grade by NAAC - National Assessment and Accreditation Council.
<br>3.Student Exchange Programs with top Universities in the USA like Illinois Institute of
Technology, University of Bridgeport and University of Detroit Mercy.
<bR>4.The first engineering college in Telangana among 191 engineering colleges affiliated
to JNTU, to be accredited by AICTE.</p>
</body>
</html>

OUTPUT –
WT LAB 20311A1901

You might also like