Thu Feb 23, 2012 2:06 pm
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title>set text indent of a paragraph</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
p {
text-indent: -10px;
font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 1.5em;
border:2px dashed red;
}
</style>
</head>
<body>
<h1>Put your header title here.</h1>
<p> We use CSS attribute to change the text indent, notice the
starting of the paragraph when changing the text-indent value.
We use CSS attribute to change the text indent, notice the
starting of the paragraph when changing the text-indent value.
We use CSS attribute to change the text indent, notice the
starting of the paragraph when changing the text-indent value.
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.