Whats the difference between inline element and inline frame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Whats the difference between inline element and inline frame?

i am really confused. are the elements different from a content? are contents elements? what's it?

10th May 2017, 1:12 AM
Nadima Azhar
Nadima Azhar - avatar
1 Answer
+ 2
In html an inline element show content in a continuous way without a new line Example: <p>This is a <span>nice</span> paragraph</p> span is a inline element An inline frame <iframe> is for embed a web page inside other web page
10th May 2017, 1:24 AM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar