12 lines
177 B
HTML
12 lines
177 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Html5</title>
|
||
|
<meta charset="UTF-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="">
|
||
|
Name: <input type="text" autofocus="autofocus">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|