I would like you to tell me the whole code of a HTML empty web page that only contains an input text element where you can type in a specific font such as Comic Sans MS
I tried like this but it did not work:
<html>
<head>
</head>
<body>
<input type="text" font-family="helvetica">
</body>
</html>
Thank you very much