Difference between id and name attributes in HTML

前端 未结 19 2830
感动是毒
感动是毒 2020-11-22 05:17

What is the difference between the id and name attributes? They both seem to serve the same purpose of providing an identifier.

I would lik

19条回答
  •  清酒与你
    2020-11-22 05:42

    name Vs id

    name

    • Name of the element. For example used by the server to identify the fields in form submits.
    • Supporting elements are