Thu Feb 23, 2012 1:12 am
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
<head>
<title>line-height of paragraph </title>
<style type='text/css'>
p {
background: #B2B3F2;
padding: 3px;
font: 14px sans-serif;
border: 1px dashed green;
line-height: 50px;
}
</style>
</head>
<body>
<p>
This example we control the line height of the paragraph<br/>
tag using the CSS attribute line-height.
</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.