<!DOCTYPE html> <html> <head> <style> p::first-line{ font-size:20px; color:blue; } </style> </head> <body> <p>This is a paragraph. And the color of text for the first line is blue. This is a paragraph. And the color of text for the first line is blue. This is a paragraph. And the color of text for the first line is blue.</p> </body> </html>
Run
×
Share