Skip to content

Commit c7475fb

Browse files
authored
Adds iframe tag
Adds iframe tag that is used to It is used to specifies an inline frame.
1 parent ad84a01 commit c7475fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ updated: 2022-10-05
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>`|
5151
|`<source>`| Defines multiple media resources for media elements |` <source media="(min-width:650px)" srcset="img_pink_flowers.jpg"> `|
5252
|`<svg>`| SVG is used to define vector-based graphics for the Web|` <svg width="100" height="100"><circle cx="50" cy="50" r="40" stroke="green"/> </svg> `|
53+
|`<iframe>`| It is used to specifies an inline frame. |` <iframe src=" https://onecompiler.com/" title="iframe element"></iframe> `|
5354

5455
## HTML formatting
5556

0 commit comments

Comments
 (0)