HTML
HTML
US Defence
After 20 years
login .
Client Server
- client is user . - Server is a computer program.
- Client requests desired file from the server. - Server receives the request from the client for a
- To connect with server , client need browser web document, and it sends the requested
locally on your
server. connect to same server , we
Metadata
Content to be displayed
An HTML tag is a keyword surrounded by angle brackets, < and >.
Every tag in HTML perform specific tasks.
Example :
<html> : it means it is starting of Html tag.
</html> : Here , '/' means it is ending of Html tag.