Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy param tag
<
/title
>
<
base
href
="../try-it/"
>
<
/head
>
<
body
>
<
object
data
="wikitechy.wav"
>
<
param
name
="autoplay"
value
="true"
>
<
/object
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy param tag</title> <base href="../try-it/"> </head> <body> <object data="wikitechy.wav"> <param name="autoplay" value="true"> </object> </body> </html>
Result