How can you make a text input field mandatory using HTML attributes?
<input type="text" id="name" required>
<input type="text" id="name" compulsory>
<input type="text" must>
<input type="text" id="name" obligatory>