Hi all,
Can someone tell me how we can dd External style sheet to our HTML document???

REALLY easy. Use the link tag within your head tags

<html>
<head>
 <link rel="stylesheet" href="http://www.example.com/styles/default.css" type="text/css" />
</head>
<body></body>
</html>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.