Wednesday, January 08, 2025

 

HTML
       

Html tags with some baisc details

TAGS

Welcome to our web page p - paragraph tag head - heading of the web page h1 to h6 body - body of the page a - anchor tag br - Break page sub - subscript it will used in formulas like h20 the 2 will be diaplay lower sup - Superscript it will be used in formula like x2+y2 the 2 wiil be upper square value b - Bold i - Italic def - Definition it is also bold but it will be define emp - Emphasisit also italic but it will represent special id - Identity tag target - new tab using target='_blank' in href tag title - your page title hr - Horizontal line can be used to seperate the paragraph href - Used to create a link img src - Image screen tag src alt - Alternative Name width - left to right size of the image height - Height from upto down of the image bg - Background color table - Table tr - Table row td - Table data rowspan - Cover a complete rowspan colspan - Cover a complete column br - Break tag ol - Order list ul - Unorder list dl - Definition list li - List item dd - Definition data

Form

input - data enter or buttnon any thing type - represent the data type eg: text, password, send, etc name - content Name placeholder - display value inside the box( when you type it will hide) rows - NO of rows cols - no of columns size - declare box size maxlenght - length of the inpur data value - to set default value Welcome Thanks for Every one Stay tuned for future updates...............................

Thursday, October 24, 2024

Space X next Achievement...........

 The another game is going to begin..............


Yes The SpaceX had a successfully completed the rocket launched vehicle come back from space to earth and safely landed on October 12, 2024..  congrats to SpaceX and Team 

here the clips officially shared by SpaceX owner Elon Musk sir.

video credits to SpaceX



Thursday, September 28, 2023

Network Protocols

 Networking Protocols are the key building blocks that enable devices to communicate on a network.


The most common and important ones are:

TCP/IP:(Transmission Control Protocol / Internet Protocol ).

The fundamental protocol of the internet. 

TCP handles assembling data into packets and reliable delivery.

IP handles addressing and routing the packets. 

Together they enable communication over interconnected networks.


DNS:( Domain Name System ).

The Domain Name System translates domain names (like paperpage.in) to the machine-readable IP addresses ID needed for location and routing traffic on the internet.

HTTP:(Hyper Text Transfer Protocol ).

This application layer protocol defines how web clients and servers communicate.

HTTP establishes connections specifies request methods (GET, POST) and response codes (404,500) and formats & transports web pages, assets, APIs etc.


HTTPS:(Hyper Text Transfer Protocol Secure ).

It's the same as HTTP but with added encryption of communication and authentication of servers through SSL/TLS certificates.

This provides security and data privacy.

SMTP: ( Simple Mail Transfer Protocol ).

The standard protocol for email transmission between servers over the internet.

SMTP handles formatting, transmission, routing, and delivery of email.


FTP: ( File Transfer Protocol ).

Allow to transfer files (upload and download ) between host over TCP networks.

Widely used for exchanging files between client and server programs.

UDP: ( User Datagram Protocol ).

A light weight transport layer protocol used for time-sensitive transmission like video streaming, online games and voice chats.



credits: kishore pandy



  HTML Html tags with some baisc details TAGS Welcome to our web page p ...