x
<html>
<head>
<title>CSS tutorial</title>
<style type="text/css">
p {
text-indent:5%;
}
</style>
</head>
<body>
<p>The text-indent property may have a negative value. In such a case or in case it exceeds the container width, it may overflow the block edge. Such a situation can be controlled with the property called <i>overflow</i>.</p>
<p>Negative values used for text indentation are a common practice of removing parts of a text from the screen.</p>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now