Skip to content

Commit fe5349f

Browse files
Adds Source Tag
Adds Source Tag that Defines multiple media resources for media elements.
1 parent 3d482bd commit fe5349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ updated: 2022-10-05
4848
|`<pre/>`| Text in a pre elementis displayed in a fixed-width font, and it preservesboth spaces and line breaks |`<pre> int i = 0; </pre>`|
4949
|`<audio>`| It is used to embed sound content in the document. |` <audio controls> <source src="demo.mp3" type="audio/mpeg"> </audio>`|
5050
|`<video>`| It is used to embed video in the webpage. |` <video width="480" height="320" controls> <source src="demo_move.mp4" type="video/mp4"> </video>`|
51-
51+
|`<source>`| Defines multiple media resources for media elements |` <source media="(min-width:650px)" srcset="img_pink_flowers.jpg"> `|
5252

5353
## HTML formatting
5454

0 commit comments

Comments
 (0)