Explain attribute:SRC and Name
Answers
Answered by
3
Answer:
What does SRC attribute stand for?
Definition and Usage
The required src attribute specifies the URL of the image. Note: When a web page loads; it is the browser, at that moment, that gets the image from a web server and inserts it into the page.
Definition and Usage
The name attribute specifies the name of an <input> element. The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted. Note: Only form elements with a name attribute will have their values passed when submitting a form
Similar questions