hey guys I' am new to css and i have a problem which is the div statement
e.g
<style type="text/css" media="all">
div{
content:"the string is placed inside div stat.";
border: thick solid black;
backgound: skyblue;
color: black;
font-size: xx-large;
padding: 20 px;
}
</style>
<body>
<div></div>
</body>
but it is not working i dunno why i tried it many times on different text editors but there is no hope...