CSS div and id
<html>
<head><title>Simple</title>
<style-type="text/css">
#container{
width: 80%;
margin: auto;
padding: 20px;
border: 1px solid #666;
background: #ffffff;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>
Hello Sir!!!! I am start reading CSS 2 days before.When i run above code it will appear in the browser,what i do?... Please help me.