HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point { caret-color:red; } </style> </head> <body> <h2>CSS Caret Color</h2> <input type="text" id="point" autofocus> </body> </html>
OUTPUT
×

Save as Private