nested list code (html)
Code-
<html>
<head>
<title>
internet servers and usage
</title>
</head>
<body style="background-color: yellow;">
<br>
<center>
<h1><p style="color:red;" > WHAT ARE INTERNET SERVERS</p> </h1>
<img src="internetserver.jpg" height="300" width="500">
</center>
<br>
<center align=left>
<h2>
Internet server is a special computer built up with selected high quality
components - <br> which can
endure incessant work and high load, <br> and is connected to the Internet
"24x7" so that each Internet user around the world can access your website
at all times.<br> These servers are very rarely switched off for maintenance
activities
<br>
there are many types of internet servers
<ol>
<li> <font color="blue"> Mail Server </font> <br>
Almost as ubiquitous and crucial as Web servers, mail servers move and
store mail over corporate networks <br> (via LANs and WANs) and across
the Internet.
</li>
<li> <font color="blue"> Server Platforms </font> <br>
A term often used synonymously with the operating system,
a platform is the underlying hardware or software for a
system and is thus the engine that drives the server.
</li>
<li> <font color="blue"> Web Server </font> <br>
At its core, a Web server serves static content to a Web browser by
loading a file from a disk and serving it across
the network to a user's Web browser.This entire exchange is mediated
by the browser and server talking to each other using HTTP.
</li>
<li> <font color="blue"> Application Server </font> <br>
Sometimes referred to as a type of middleware, application servers occupy
a large chunk of computing territory between database servers and
the end user, and they often connect the two.
</li>
<li> <font color="blue"> Real-Time Communication Server </font> <br>
Real-time communication servers, formerly known as chat servers or IRC
Servers, and still sometimes referred to as instant messaging (IM)
servers, enablelarge numbers users to exchange information near
instantaneously.
</li>
</ol>
</body>
</html>
Comments
Post a Comment