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<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>
No comments:
Post a Comment