user can input something text box code example
Example: user cant input somethin ing text bopx
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="text" READONLY/>
</body>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="text" READONLY/>
</body>