Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy HTML details Tag
<
/title
>
<
/head
>
<
body
>
<
details
>
<
summary
>
Wikitechy
<
/summary
>
<
p
>
Tutorials
<
/p
>
<
p
>
Articles
<
/p
>
<
p
>
Errors and Fixes
<
/p
>
<
p
>
Interview tips
<
/p
>
<
/details
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title> Wikitechy HTML details Tag</title> </head> <body> <details> <summary>Wikitechy</summary> <p>Tutorials</p> <p>Articles</p> <p>Errors and Fixes</p> <p>Interview tips</p> </details> </body> </html>
Result