Modifier Le code:
Voir Résultat »
Essayez-le vous-même - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
Version 2.0 is
<
strike
>
not yet available!
<
/strike
>
now available!
<
/p
>
<
p
>
The strike element is not supported in HTML5. Use CSS instead.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>Version 2.0 is <strike>not yet available!</strike> now available!</p> <p>The strike element is not supported in HTML5. Use CSS instead.</p> </body> </html>