1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE HTML> <html> <head> <style> p::first-letter { font-size:200%; } </style> </head> <body style="line-height:50px"> <p><br>Hello <p>"<br>Hello </body> </html>