What is difference between src and href …
What is the DO TYPE html
Html basics and css
href
requests a resource such as a webpage, a form handler, a block quote reference page, or a style sheet. In many cases (save for style sheets) the link will open a new webpage, from which the back button should return us to the previous page.
src
indicates a resource that is embedded in the current document, such as, img, video, audio, or script. The browser will allocate screen real estate depending upon the physical dimensions of the embedded object. href
has no such provision.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.