[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLInputElement/src [Back]  [Original]

HTMLInputElement: src - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLInputElement: src

Baseline

20157

src HTMLInputElement <input> src

src image

js
const inputElement = document.getElementById("imageButton");
console.log(input.src);

HTML
# dom-input-src


Web Proxy Viewer  |  New URL  |  Original Page