<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn CSS</title>
</head>
<body>
<h2>CSS [attribute="value"] Selector</h2>
<input type="text" name="first" value="test">
<input type="number" name="second" value="0"> <!-- This will get styled -->
</body>
</html>