<!DOCTYPE HTML> <html> <head> <style> input:invalid { color: #f00; } </style> </head> <body> <input pattern="79\d{9}" /> </body> </html>