'first-letter' Example : first letter : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » first letter »

 

'first-letter' Example



    
<html>
<head>
<style>
p:first-letter font-size:150%; color:red; }
</style>
</head>
<body>
<p>This is a sample text.</p>
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» first letter