You are on page 1of 19

1

SUBMITTED TO
MR. PRINCE

2
AKNOWLEDGEMENT

This thesis work is dedicated to my computer


teacher, Mr. Prince, who has been a constant
source of support and encouragement during the
challenges completion of this project . I am
truly thankful for having him as my mentor .
This work is also dedicated to my parents, who
have always loved me unconditionally and whose
good examples have taught me to work hard for
the things that I aspire to achieve.

-- Prabhat Pankaj

3
INDEX

4
01. PARAGRAPH IN HTML

<html>
<head>
<title> paragraph in HTML </title>
</head> <body bgcolor=cyan >
<h1> Paragraph in html </h1>
<br>
<p> This paragraph contains a lot of lines in the source
code , but the browser ignores it . </p>
<br>
<p> This paragraph contains a lot of spaces in the source
code , but the browser ignores it . </p>
<br>
<p> The number of lines in a paragraph depends on the
size of the browser window. If you resize the browsers
window, the number of lines in the paragraph will change.
</p>
</body>
</html>

5
OUTPUT :-

6
HTML FORMATTING ELEMENTS &
OUTPUT
<html>
<head>
<title> Formatting in HTML </title>
</head>
<body bgcolor=gold >
<h1> HTML Formatting Elements </h1>
<br><p><b> This text is bold . </b></p></br>
<br><p><i> This text is italic . </i></p></br>
<br><p> This text has <sub> subscript </sub> and
<sup>superscript </sup> . </p></br>

</body>
</html>

7
OUTPUT :-

8
TIGER WEBPAGE GENERATION &
OUTPUT

<html>
<head>
<title> TIGER </title>
</head>
<body bgcolor=white >
<h1 align="center"><b> TIGER </b></h1>
<img src="C:\Users\intel\Desktop\tiger.jpg"
align= "center"
alt="Tiger" width="150" height="150" >
<br><p> Tigers are the largest members of the
cat family and are renowned for their power and
strength .</p></br>
<br><p> There were eight tiger subspecies at
one time, but three became extinct during the
20th century. Oven the last 100 years, hunting
and forest destruction have reduced tiger
populations from hundreds of thousands of

9
animals to perhaps fewer than 2,500. Tigers are
hunted as

trophies, and also for body parts that


are used in traditional Chinese medicines. All
five remaining
tiger subspecies are at risk, and many
protection programs are in place. </p></br><p>

<a href =

"https://www.nationalgeographic.com/animals/
mammals/facts/bengal-tiger"> Know more about
tigers </a></p>
</body>
</html>

OUTPUT :-

10
TABLE REPRESENTATION

<html>
<head>
<title> Table Representation </title>
<style>
table, th, td { border: 1px solid red; }
</style>
</head>
<table align="center">
<tr>
<th>Name</th>

11
<th>Age</th>
</tr>
<tr>
<td> Anshu Priya </td>
<td> 18 </td>
</tr>
<tr>
<td> Ujjwal Raj </td><td> 16 </td>

</tr>
<tr>
<td> Krish Narayan </td>
<td> 18 </td>
<tr>
<td> Sarthak Raj </td>
<td> 17 </td>
</tr>
</table>
</body>
</html>

12
OUTPUT :-

13
COMPUTER : WEBPAGE GENERATION

<html>
<head>
<title> COMPUTER </title>
<style>
table, th, td {
border: 1px solid yellow;
}
</style>
</head>
<body background
="C:\Users\intel\Desktop\html\computerdoodleart1.j
pg" text= "# FFOOOO">
<h1 align="center"><b> COMPUTER </b></h1>
<p> A computer is an electronoic device that
manipulates information or data. </p>
<h2><b> Types of Computers </b></h2><ul>
<li>Super Computer</li>
<li>Mainframe Computer</li>

14
<li>Mini Computer</li>
<li>Analog Computer</li>
<li>Digital Computer</li>
<li>Hybrid Computer</li>
</ul>
<h1 align="center"><b> GENERATION OF
COMPUTERS
</b></h1><table align="center">
<tr>
<th>GENERATION</th>
<th>PERIOD</th>
<th>DESCRIPTION</th></tr>
<tr>
<td> First Generation </td>
<td> 1940 to 1956 </td><td> The first generation
computer were developed by using vacuum cube .
</tr>
<tr>
<td> Second generation </td>
<td> 1956 to 1963</td>
<td> The second generation computer were
developed by

15
using transistor technology .

</tr>

<tr>

<td> Third generation </td>

<td> 1963 to 1971 </td>

<td> The third generation computers were


developed by using Integrated-Circuit ( IC )
technology .
</tr>
<tr>
<td> Forth generation </td>
<td> 1972 to 2010 </td>
<td> The forth generation computers were
developed by using Microprocessor
technology .</tr>
<tr>
<td> Fifth generation </td>
<td> 2010 to till date and beyond </td>
<td> The computers of the fifth generation had high

16
capability and large memory capacity with artificial
intelligence .</tr>
</table>
</body>
</html>

17
OUTPUT :-

18
CONCLUSION

BIBLIOGRAPHY

1. GOOGLE.COM
2. NCERT COMPUTER BOOK

PRABHAT PANKAJ
X IC

20220176

19

You might also like