What is the tag <param> used for ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the tag <param> used for ??

somebody help

25th Jan 2018, 6:59 AM
Mojtaba Shawgi
Mojtaba Shawgi - avatar
6 Answers
+ 3
People, please stop posting w3schools links. W3schools is flawed and often outdated. You can find the latest and up to date information on the Mozilla developer network: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param
25th Jan 2018, 7:09 AM
SplittyDev
SplittyDev - avatar
+ 8
https://www.w3schools.com/Tags/tag_param.asp
25th Jan 2018, 7:03 AM
Dev
Dev - avatar
+ 6
yup, w3shcools was a good learning start, but they are not updating their existing contents but only adding new learning topics, so I don't rely on w3shcools anymore, MDN is way better and presents more in-depth answers
25th Jan 2018, 9:20 AM
Morpheus
Morpheus - avatar
+ 4
param tag is used in object tag for setting parameters of the object. Check out the example https://code.sololearn.com/W2Vlz60V9558/?ref=app
25th Jan 2018, 8:45 AM
Calviղ
Calviղ - avatar
+ 2
The param tag is used for passing arguments/parameters to objects defined in an object tag.
25th Jan 2018, 7:04 AM
SplittyDev
SplittyDev - avatar
+ 2
thanks everybody
25th Jan 2018, 7:11 AM
Mojtaba Shawgi
Mojtaba Shawgi - avatar