Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
details
open
>
<
summary
>
Wikitechy
<
/summary
>
<
p
>
Tutorials.
<
/p
>
<
p
>
Articles
<
/p
>
<
p
>
Error and Fixes
<
/p
>
<
p
>
Interview tips
<
/p
>
<
/details
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <details open> <summary>Wikitechy</summary> <p>Tutorials.</p> <p>Articles</p> <p>Error and Fixes</p> <p>Interview tips</p> </details> </body> </html>
Result