HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML src Attribute

HTML src Attribute

 

 

The src attribute is used to specify the location (URL) of the external resource.

 

Used With:-

 

Elements Attribute
audio src
embed src
iframe src
img src
input src
script src
source src
track src
video src

 

Syntax:-

 

Its syntax is:- < element src="URL|link" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML