0% found this document useful (0 votes)
17 views12 pages

School Assignments Overview

The document contains a series of HTML assignments by Pranay Paliwal from class X-C, covering various topics including school information, a list of vegetables and fruits, mathematical identities and chemical formulae, a timetable, a prayer, a login form, external linking, a favorite picnic spot, the seven wonders of the world, registration and school forms. Each assignment is structured with HTML elements and styles to present the information clearly. The assignments showcase a range of skills in HTML formatting and content organization.

Uploaded by

itspp202
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)
17 views12 pages

School Assignments Overview

The document contains a series of HTML assignments by Pranay Paliwal from class X-C, covering various topics including school information, a list of vegetables and fruits, mathematical identities and chemical formulae, a timetable, a prayer, a login form, external linking, a favorite picnic spot, the seven wonders of the world, registration and school forms. Each assignment is structured with HTML elements and styles to present the information clearly. The assignments showcase a range of skills in HTML formatting and content organization.

Uploaded by

itspp202
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

<html> Assignment No: 1

<head>

<title>#1

</title>

<style>

p{color:red;}

body{background-color:yellow}

</style>

</head>

<body>

<h1><font color="blue">My&nbspSchool</font></h1>

<p><font size="5">My school's name is Assisi Convent School.<br> It is situated on Agra road,Etah.<br> It is affiliated to CBSE
board.<br> It has two branches:- one is junior wing and the other is senior wing.<br>

Junior wing is from class 1 to 5 and senior wing is from class 6 to 12.<br> It is a Catholic Christian missionary school.<br>

</font></p>

<br>

<br>

<br>

<br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p>

</body>

</html>
<html> Assignment No:2

<head>

<title>#2</title></head>

<body bgcolor="green">

<basefont color="white" size="5">

<br>

<br>

<br>

<ol>

<li>VEGETABLES</li>

<ul>

<li>Carrot</li>

<li>Brinjal</li>

<li>Potato</li>

</ul>

<li>FRUITS</li>

<ul>

<li>Orange</li>

<li>Apple</li>

<li>Guava</li>

</ul>

</ol><br><br><br><br><br><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p>

</body>

</html>
<html> Assignment No:3

<head>

<title>#3</title>

</head>

<body bgcolor="pink">

<font color="blue" size="5">

<p align="center"><h2>This page will tell you use of superscript and subscript tags:</h2></p>

<p><h4>Mathematical Identities:</p></h3>

<ol>

<li>A<sup>2</sup>+B<sup>2</sup>=C<sup>2</sup></li>

<li>(A+B)<sup>2</sup>=A<sup>2</sup>+B<sup>2</sup>+2AB</li>

<li>(A-B)<sup>2</sup>=A<sup>2</sup>+B<sup>2</sup>-2AB</li>

<li>A<sup>2</sup>-B<sup>2</sup>=(A+B)(A-B)</li>

</li></ol><br><BR><BR>

<p><h4>Chemical Formulae:</p></h3>

<ol>

<li>Na<sub>2</sub>SO<sub>4</sub></li>

<li>CaCO<sub>3</sub></li>

<li>Na<sub>2</sub>CO<sub>3</sub></li>

<li>H<sub>2</sub>O</li>

<li>NO<sub>2</sub></li>

</ol>

</font><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p>

</body>

</html>
<html> Assignment No:4

<head>

<title>#4</title></head>

<body>

<table border="2" height="70%" width="100%">

<tr>

<th colspan="11">TIME TABLE</th>

</tr>

<tr>

<th>Period Days</th><th>I</th><th>II</th><th>III</th><th>IV</th><th>R</th><th>V</th><th>VI</th><th>VII</
th><th>VIII</th>

<th>IX</th>

</tr>

<tr><th>MON</th><td>History</td><td>Computer</td><td>English</td><td>Geo</td><th>E</th><td>Chem</
td><td>Eng</td><td>Math</td>

<td>Math</td><td>Lib</td></tr>

<tr><th>TUE</th><td>History</td><td>Math</td><td>Geo</td><td>Phy</td><th>C</th><td>Hindi</td><td>Eng</
td><td>Hindi</td>

<td>Comp</td><td>Phy</td></tr>

<tr><th>WED</th><td>History</td><td>chem</td><td>Geo</td><td>Maths</td><th>E</th><td>Maths</
td><td>Eng</td><td>Hindi</td>

<td>Hindi</td><td>Bio</td></tr>

<tr><th>THU</th><td>History</td><td>Yoga</td><td>Eco</td><td>Eng</td><th>S</th><td>Hindi</td><td>Hindi</
td><td>Phy</td>

<td>Math</td><td>SEWA</td></tr>

<tr><th>FRI</th><td>MPT</td><td>Chem</td><td>Bio</td><td>Maths</td><th>S</th><td>Maths</td><td>Eng</
td><td>Comp</td>

<td>MSc</td><td>Games</td></tr>

</table><br><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p></body></html>


<html> Assignment No:5

<head><title>#5</title>

</head>

<body bgcolor="yellow">

<font size="6" color="green">

<h2><p align="center">PRAYER OF [Link] OF ASSSISI</P></h2>

<pre><center>

Lord, make me an instrument of your peace,

Where there is hatred, Let me sow love;

Where there is injury, pardon;

Where there is discord, union;

Where there is doubt; faith;

Where there is despair,hope

Where there is darkness, light and

Where there is sadness, Joy...

</center></pre><br><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p></font>

</body>

</html>
<html> Assignment No:6

<head>

<title>#6</title>

</head>

<body bgcolor="AntiqueWhite">

<form>

<h2><center>LOGIN FORM</h2></center>

<br><br><br><br>

<font size="6" color="red">Enter your name:<input type="text" name="name" value="Enter Your


Name"></input><br><br>

Enter your password:<input type="password" name="password" value="Enter Your


Password"></input></font><br><br>

<input type="submit" value="SUBMIT">&nbsp&nbsp&nbsp<input type="reset" value="RESET">

</form>

<br><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p></font>

</body>

</html>
<html> Assignment No:7

<head>

<title>#7</title>

</head>

<body>

<center><font color="red" size="6">EXTERNAL LINKING</font><br></center><BR><BR><BR><BR><BR>

<center><font size="4"><a href="#[Link]">Click to go to assignment 3</a></font></center><BR><BR><BR>

<a href="#[Link]" title="Click here to go to assignment 4"><center><img src="C:\Users\DELL\Pictures\Saved Pictures\


[Link]" widht="400" height="300"></center></a>

<br><Br><br><p align="center"><font color="black">Pranay Paliwal X-C</font></p></font>

</body>

</html>
<html> Assignment No:8

<head><title>#8</title>

<style>

BODY{background-color:red}

P{font-size:30px;font-family:monotype corsiva}

</style>

</head>

<body>

<p>This paragraph is about my favourite picnic spot which is Patna Pakshi Vihar situated in Nidhauli, Etah.<br>

It is a bird sanctuary in etah district of Uttar Pradesh. Here in winter season many birds come migrating from<br>

different parts of the world. Also there is a ancient Shiv temple in the premises of the sanctuary.<br>

It is not only mine but favourite picnic spot of many people in Etah. The jungle in sanctuary is very vibrant<br>

and I feel very calm and comfortable in this area.<br><br><br><br>

<center>Pranay Paliwal X-C</center></p>

</body>

</html>
<html> Assignment No:9

<head><title>#9</title>

<link rel="stylesheet" href="[Link]" type="text/css">

</head>

<body>

<h1><center>7 WONDERS OF THE WORLD</CENTER></H1>

<br><br>

<center><ul type="square">

<li> The Great Wall of China</li>

<li>Taj Mahal</li>

<li>Petra</li>

<li>The Colosseum</li>

<li>Christ the Redeemer</li>

<li>Chichén Itza</li>

<li>Machu Picchu</li>

</ul></center>

<br><br><br>

<p align="center"><font color="black">Pranay Paliwal X-C</font></p></font>

</body>

</html>

body{

background-color:yellow}

LI

{FONT-SIZE:30PX;

FONT-FAMILY:COURIER;

COLOR:BLUE}
<html> Assignment No:10

<head><title>#10</title>

<style>

H1{color:blue}

Body{background-color:pink}

form{color:black}

</style>

</head>

<body>

<h1><center>REGISTRATION BOX</CENTER></H1>

<br><br><form>

FIRST NAME:<input type="text" name="name" value="enter name"></iput><br><br>

LAST NAME:<input type="text" name="last" value="enter last name"></input><br><br>

ADDRESS:<textarea rows="4" cols="4">Enter your address</textarea><br><br>

GENDER:&nbsp&nbsp<input type="radio" name="gender" value="male">MALE</input>&nbsp&nbsp&nbsp<input type="radio" name="gender"

value="female">FEMALE</input><br><br>

QUALIFICATION:<select>

<option>Graduate

<option>PostGraduate

<option>Undergraduate</option></select><br><br>

CITY:<select>

<option>AGRA

<option>DELHI

<option>MUMBAI

<option>KOLKATA

<option>CHENNAI

<option>BANGALORE</option></select><br><br>

CONTACT NO.:<input type="text" name="contact" value="enter contact no"></input><br><br><br>

<input type="submit" value="SUBMIT">&nbsp&nbsp&nbsp<input type="reset" value="RESET"></input>

</form>

<br><br><p align="center"><font color="black">Pranay Paliwal X-C</font></p></font>

</body></html>
<html> Assignment No:11

<head><title>project</title>

<style>

body{background-color:maroon}

table{color:white}

.textbox{background-color:yellow;color:blue}

</style>

</head>

<body>

<h1><center>SCHOOL FORM</H1></CENTER>

<font>

<table cellspacing="7">

<tr>

<td>Name:</td><td><input class="textbox" type="text" name="name" value="enter name"></input></td>

</tr><tr>

<td>Father's name:</td><td><input class="textbox" type="text" name="father" value="enter name of father"></input></td></tr>

<tr><td>Mother's name:</td><td><input class="textbox" type="text" name="mother" value="enter name of


mother"></input></td></tr>

<tr><td>Address:</td><td><textarea class="textbox" rows="4" cols="40"></textarea></td></tr>

<tr><td>City:</
td><td><select><option>AGRA<option>DELHI<option>MUMBAI<option>KOLKATA<option>CHENNAI<option>BANGALORE</option>

</select></td></tr>

<tr><td>Gender:</td><td><input type="radio" name="gender" value="male">male</input></td><td><input type="radio"


name="gender"

value="female">female</input></td></tr>

<tr><td>Subjects:</td><td><input type="checkbox">ENGLISH&nbsp&nbsp&nbsp<input type="checkbox">HINDI<br>

<input type="checkbox">MATHS&nbsp&nbsp&nbsp<input type="checkbox">PHYSICS<br>

<input type="checkbox">CHEMISTRY&nbsp&nbsp&nbsp<input type="checkbox">BIOLOGY<br>

<input type="checkbox">COMPUTER&nbsp&nbsp&nbsp<input type="checkbox">SCIENCE<br>

<input type="checkbox">POLITICAL SCIENCE&nbsp&nbsp&nbsp<input type="checkbox">HISTORY<br>

<input type="checkbox">GEOGRAPHY&nbsp&nbsp&nbsp<input type="checkbox">ACCOUNTANCY<br>


<input type="checkbox">ECONOMICS&nbsp&nbsp&nbsp<input type="checkbox">SOCIOLOGY<br> Assignment No:11

<input type="checkbox">BUSINESS

STUDIES</input></td></tr>

<tr><td>Email ID</td><td><input class="textbox" type="text" name="email" value="enter email"></input></td></tr>

<tr><td>Contact no</td><td><input class="textbox" type="text" name="contact" value="enter contact"></input></td></tr>

<tr><td><input type="submit" value="SUBMIT"></td><td><input type="reset" value="RESET"></td></tr>

</form>

</table></font>

<br><br><p align="center"><font color="yellow">Pranay Paliwal X-C</font></p></font>

</body></html>

You might also like