Search This Blog

CSS Text Indentation Example

CSS Text Indentation Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
p {
    text-indent: 20px;
}
</style>
</head>
<body>
<h1> Text Indentation Example </h1>
<p>  Here we use Text Indentation property for some space when we start paragraph of the first line. </p>
</body>
</html>
OUTPUT
CSS Text Indentation Example

No comments:

Post a Comment