<input type="text" placeholder="Skriv Här">

<script>
document.getElementsByTagName("input")[0].value = "Firuz Nabiev";
</script>