Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy hidden attribute
<
/title
>
<
/head
>
<
body
>
<
p
hidden
>
Hidden the Wikitechy content
<
/p
>
<
p
>
Visible the Wikitechy content.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy hidden attribute</title> </head> <body> <p hidden>Hidden the Wikitechy content </p> <p> Visible the Wikitechy content. </p> </body> </html>
Result