HTML- Drop Caps

Example:

Adrop cap is a decorative element typically used in documents at the start of a section or chapter. It’s a large capital letter at the beginning or a paragraph or text block that has the depth of two or more lines of normal text.

 

 

 

Code

Drop Caps

<p>
<span style="float: left; width: 0.8em; font-size: 600%; font-family: algerian, courier; line-height: 80%;">A</span>dd your text here...</p>

Back