Required Attribute

Both means the same in HTML?
<input type="text" id="name" required>
<input type="text" id="name" required="required">
Was this page helpful?