The search form uses a <button type="submit"> tag instead of a <input type="submit"> tag. It uses a <button> because it contains an icon and <input> tags can't contain nested tags.
The search form uses a <button type="submit"> tag instead of a <input type="submit"> tag. It uses a <button> because it contains an icon and <input> tags can't contain nested tags.