You are on page 1of 17

Name - Diksha Sharma

Class - 10th
Subject- Computer

Submitted to Submitted by
Diksha Sharma
This is to certify that this
project has been made
by Diksha Sharmaof class X
of Computer Science under
my guidance and have
been completed it
successfully.
I would like to express my
special thanks of my
computer teacher for their
able guidance and support
in completing this project.
I would like to extend my
gratitude to my parents
for providing me with all
the facility that was
required.
Date: Diksha Sharma
09-07-2022 class 10th
 The HyperText Markup
Language or HTML is the
standard markup language for
documents designed to be
displayed in a web browser. It
can be assisted by technologies
such as Cascading Style Sheets
 (CSS) and scripting
languages such as JavaScript.
 Web browsers receive HTML
documents from a web server or
from local storage
and render the documents into
multimedia web pages. HTML
describes the structure of a web
page semantically and originally
included cues for the appearance
of the document.
  
 HTTP
 FTP
 SMTP
 TCP/IP
 POP3
HTTP stands for Hyper Text
Transfer Protocol .It is
invented by Tim Berner
It is a protocol used to access
the data on the World Wide
Web(www)
The HTTP protocol can be
used to transfer the data
in the form of plain text,
hypertext, audio, video and
so on.
FTP stands for File Transfer
Protocol.
It is a protocol used to
transfer files between the
computers on a network.
Using FTP, files can be
uploaded or downloaded
from a FTP server to a
local computer
Most of the FTP servers
require users to log on to
the server in order to
transfer the files.
SMTP stands for Simple Mail
Transfer Protocol.
SMTP is a set of
communication guidelines
that allow software to
transmit .
It is a program used for
sending message to other
computer user based on e-
mail addresss.
The main purpose of SMTP is
used to set up
communication rules
between servers.
It is a combination of two
protocols-
Transmission control
protocol(TCP) and internet
protocol(IP)
TCP/IP is used for
transferring the data
between the computers in
a network .
The TCP/IP model is not
exactly similar to the OSI
model.
POP stands for Post Office
Protocol.
It is a simple protocol and
having very limited
functionalities.
It provide easy and fast access
to the emails as they are
already stored on our PC.
It require less server storage
space as all the mails are
stored on the local machine.
It is easy to configure and use.
<html>
<head>
<title></title>
</head>
<body>
<u>My name is Diksha
Sharma</u> </body>
</html>

Output:
My name is Diksha Sharma
<html>
<head>
<title></title>
</head>
<body>
<i>I study in
class 10th</i>
</body>
</html>

Output:
I study in class 10th
<html>
<head>
<title></title>
</head>
<body>
<b>My School name is All
Saint School</b>
</body>
</html>

Output:
My School name is All Saint
School
<html>
<head>
<title></title>
</head>
<body>
<h1>My name is Diksha Sharma</h1>
<h2>My name is is Diksha Sharma </h2>2
<h3>My name is is Diksha Sharma </h3>
<h4>My name is is Diksha Sharma </h4>
<h5>My name is is Diksha Sharma </h5>
<h6>My name is Diksha Sharma </h6>
</body>
</html>
Output:
My name is is Diksha
Sharma
My name is is Diksha Sharma
My name is is Diksha Sharma
My name is is Diksha Sharma
My name is is Diksha Sharma
My name is is Diksha Sharma
<html>
<head>
<title></title>
</head>
<body>
<center> is Diksha
Sharma </center>
</body>
</html>

Output:
is Diksha Sharma
<html>
<head>
<title></title>
</head>
<body>
is Diksha <br>
Sharma </body>
</html>

Output:
Diksha Sharma

You might also like