<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="script.js"></script>
</head>
<body>
Enter your name: <input type="text"/>
<p>Click in the input field to get focus, and outside the input field to lose focus (blur).</p>
</body>
</html>