Skip to content

Instantly share code, notes, and snippets.

View richardsonasilva's full-sized avatar

Richardson richardsonasilva

View GitHub Profile
@marcoscastro
marcoscastro / index.html
Last active June 23, 2025 00:59
HTML 5 - Validando formato de CPF
<html>
<head>
<title>Formato CPF</title>
<script src="script.js"></script>
</head>
<body>
<h3>Digite seu CPF:</h3>
<form name="cadastro">
<input type="text" name="cpf" \
pattern="\d{3}\.\d{3}\.\d{3}-\d{2}" \