๐ธid
๐ฐ JS โฉ browser โฉ DOM โฉ types โฉ Element โฉ attribute โฉ id
The id
global attribute defines an identifier which must be unique in the whole document. Its purpose is to identify the element when ๏ผ
linking (using a fragment identifier)
scripting
styling (with CSS)
DOM element with "id" is automatically registerd as global variable/global object property.
Last updated