Posts

SIMPLE DESIGN USING HTML ,CSS AND CSS PROPERTY WEBKIT-TEXT-STROKE PART:-5

Image
USING WEBKIT-TEXT-STROKE Hii.. This is Most useful property of css. It is so beautiful to decorate the words. The webkit-text-stroke is so useful. More blogs at :- https://darkwriter17.blogspot.com The program start :- <!DOCTYPE html> <html> <head> <title></title> <style> p{ color: black; font-size: 280px; -webkit-text-stroke:15px red; } </style> </head> <body> <p>This Is It.</p> </body> </html> OUTPUT MORE BLOGS AT:- https://darkwriter17.blogspot.com

SIMPLE DESIGN OF MOVING HAND-PUMP USING HTML AND CSS PART:-4

Image
Animation Over Handpump Hi. This Is my fourth work over Css and html. This time I gonnna Make A working hand-pump in this program we used little animation support us. Let Start the Program... <!DOCTYPE html> <html> <head> <title>handpump</title> <style> body{ background-image:url(file:///C:/Users/Karan/Desktop/New%20folder/3d_mountain_1920x1200_3-1.jpg); background-size:cover; } .rectangle{ width:70px; height: 400px; border:4px double black; border-top-left-radius:25%; border-top-right-radius:25%; position: relative; background-color: grey; top:190px; left:40%; border-top-width: 40px; } .rodone,#moveone{ width:10px; height: 495px; border:2px double black; background-color: black; position: fixed; top:41px; left:42%; border-top-right-radius: 10px; animation: rodmove 1s infinite alternate; } @keyframes

INTRODUCTION TO INTERNET PART :- 2

Image
           COMMUNICATION CHANNEL A  communication channel  refers either to a physical  transmission medium  such as a wire, or to a  logical connection  over a  multiplexed  medium such as a radio channel in  telecommunications  and  computer networking . A channel is used to  convey  an  information  signal, for example a digital  bit stream , from one or several  senders  (or transmitters) to one or several  receivers . A channel has a certain capacity for transmitting information, often measured by its  bandwidth  in  Hz  or its  data rate  in  bits per second . Communicating data from one location to another requires some form of pathway or medium. These pathways, called communication channels, use two types of media :  cable  (twisted-pair wire, cable, and fiber-optic cable) and  broadcast  (microwave, satellite, radio, and infrared) . Cable or wire line media use physical wires of cables to transmit data and information. Twisted-pair wire and coaxial cables are made of

SIMPLE DESIGN OF CHESS BOX USING HTML AND CSS PART:-4

Image
CREATION OF CHESS BOARD USING HTML AND CSS HI GUYS. TODAY I GONNNA SHOW U HOW TO CREATE CHESS BOX BY USING HTML AND CSS. HOPE YOU LIKE IT. VISIT:- https://darkwriter17.blogspot.com FOR MORE AMAZING CSS AND HTML WORK. LET START THE PROGRAM :- <!DOCTYPE HTML> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <table border="1"> <tr> <td bgcolor="white" width="50" height="50"> <font color="green" size="+4">&#9812; </font></td> <td bgcolor="grey"  width="50" height="50"></td> <td bgcolor="white" width="50" height="50"></td> <td bgcolor="grey" width="50" height="50"></td> <td bgcolor="white" width="50" height="50"></td> <td bgcolor="grey" width="

SIMPLE DESIGN OF FACEBOOK LOGIN PAGE USING HTML AND CSS PART:-3

Image
HOW TO CREATE FACEBOOK LOGIN PAGE USING HTML AND CSS Hello guys, Today i gonna show u how to create facebook login page using css and html. Before we get started read its part1 and part2 by the link given below. Hope u gonna enjoy it. Let's Get started. The Program begins:- <!doctype html> <html> <title> Log In To Facebook </title> <style> *{ margin:0; } #upper{ height:80px; background-color:#376092; padding:10px; color:#fff; } #d1{ margin-top:-30px; width:750px; background-color:#376092; flex-direction:column; justify-content:center; align-items:center; float:right; color:#fff; } #d2{ padding:50px; float:right; } .in{ margin-top:25px; margin-right:15px; height:30px; height:40px; } #s1{ background-color:rgb(0,255,0); color:#fff } #img{ float:left; margin-left:50px; padding:50px; width:500px; height:500px; } </style> <head>

INTRODUCTION TO INTERNET PART :- 1

Image
                  COMPUTER NETWORKING A  computer network  is a  digital   telecommunications network  which allows  nodes  to share resources. In computer networks,  computing devices   exchange data  with each other using connections ( data links ) between nodes. These data links are established over  cable media  such as wires or optic cables, or  wireless media  such as  Wi-Fi . Network computer devices that originate,  route  and terminate the data are called network nodes.  Nodes are generally identified by  network addresses , and can include  hosts  such as  personal computers ,  phones , and  servers , as well as  networking hardware  such as routers and switches. Two such devices can be said to be networked together when one device is able to exchange information with the other device, whether or not they have a direct connection to each other. In most cases, application-specific communications  protocols  are  layered  (i.e. carried as  payload ) over other more gener