Chapter 1 SOP 1 12th I.T

SOP1.html

 <!DOCTYPE html>

<html>

<head>

<style type="text/css">

p

{

text-decoration : underline;

font-style: bold;

color:green;

font-size: 24px;

margin-left: 130px;

max-width: 1100px;


}

h1

{

text-align: center;

}

        img

{

float: right;

margin: 30px 100px;

}

</style>

<title>

G.T.P College of Science

</title>

<meta name="keywords" content="Faculty, students">

<meta name="description" content="A college Website dealing with students and teachers/Faculty's data">

</head>

<body bgcolor="yellow">

<h1>

G.T.P College of Science

</h1>

<nav style="font-size: 22px;">

<a href="sop1page2.html">Feedback Form</a>|

<a href="sop1page3.html">Contact Form</a>

</nav>

<br>

<br>

<p>

Education is the most powerful weapon which you can use to change the world. Everyone is looking to change the world, and why not take part in these movements<sup>?</sup> People are paying a ridiculous amount of money for education, as this industry is valued around million dollars. Most of this amount is now spent on online education. Of course, our organization would like to give you an opportunity to take a fraction of this platform. The best way to gain quality education is to join with us where you can find majority of academic fields to enhance your career with.Many streams of subjects are available at our place.

</p>

<br>

<img src="Gtp.png" width="150px" height="150px" alt="G.T.P College">

</body>

</html>

output      

Chapter 1 SOP 1 Solution 12th I.T

SOP1PAGE1.html

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
h1
{
text-align: center;
}
div
{
margin-left: 500px;
margin-top: 120px; 
}
</style>
<title>
Subject Streams according to admission
</title>
<meta charset="utf-8" >
<meta name="keywords" content="political Science,Information technology">
<meta name="description" content="Subject Streams according to admission process">
</head>

<body>
<h1 >
Feedback Form
</h1>
<div>
<label for="name">Name:</label>
<input type="text" name="name" ><br><br>
<label for = "email">Email:</label>
<input type="email" name="email">
<br>
<br>
<input type="submit" name="submit">
</div>
</body>
</html>

SOP1PAGE2.html

<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
<h1> Third Page
</h1>
</body>
</html>

Tags :-
12th I.T SOP solution,
12th I.T SOP,
12th I.T chapter 1 SOP solution,
12th I.T chapter 1 SOP 1 solution,
12th I.T SOP 1

Post a Comment

0 Comments