February 2006
Beginner
416 pages
11h 35m
English
Within the tag:
<tag style="text-indent: npx">text</tag>
where tag is any tag and n is a number of pixels. For example:
<p style="text-indent: 20px">Now available!</p>
In a style sheet:
tag {text-indent: npx}
Within the tag:
<tag style="padding: npx">text</tag>
where tag is any tag and n is a number of pixels. For example:
<p style="padding: 5px">Now available!</p>
In a style sheet:
tag {padding: npx}
Within the tag:
<tag style="margin: npx">text</tag>
where tag is any tag and n is a number of pixels. For example:
<p style="margin: 5px">Now ...
Read now
Unlock full access