Amazing HTML Attributes you may not know
Multiple The multiple attributes allows user to enter multiple values on an <input>. It is a Boolean attribute valid for file or email input types and the <select> element. Accept The <input> element has the accept attribute that allows you to specify the types of files the user can upload. You need to pass it […]