input text content code example
Example: html putting content in input
<body>
<input type='text' value='Your wanted value/text here'></input>
</body>
<body>
<input type='text' value='Your wanted value/text here'></input>
</body>