<!DOCTYPE html>
<html>
<head>
<title>Wikitechy datalist tag</title>
</head>
<body>
<input list="Wikitechy tutorials">
<datalist id="Wikitechy tutorials">
<option value="Wikitechy html">
<option value="Wikitechy css">
<option value="Wikitechy php">
</datalist>
</body>
</html>