HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0006C"; } </style> </head> <body> <p>Lowercase l using Hexa Decimal: &#x6c;</p> <p>Lowercase l using HTML Code: &#108;</p> <p>Lowercase l using HTML Entity: l</p> <p id="point">Lowercase l using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private