In the first input tag, what is the purpose of the "placeholder" and "aria-label" attributes? Are they the same as the "name" and "value" in the second input tag
<input type="search" placeholder="Search" aria-label="Search">
<input type="search" name="Search" value="Search">