arpit_vavadia
05-12-2007, 12:16 PM
In the below code p[lang] is not working . Can ay one help me .
<html>
<head>
<style>
p[lang] {letter-spacing:2em}
</style>
</head>
<body>
<p> Below is the demonstration of the items that are levied </p>
<p lang = "eng" > This the CD line inserted int the computer </p>
</body>
</html>
<html>
<head>
<style>
p[lang] {letter-spacing:2em}
</style>
</head>
<body>
<p> Below is the demonstration of the items that are levied </p>
<p lang = "eng" > This the CD line inserted int the computer </p>
</body>
</html>