Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy HTML
<
article
>
Tag
<
/title
>
<
/head
>
<
body
>
<
article
>
<
h1
>
Wikitechy
<
/h1
>
<
p
>
Wikitechy is an enhanced tutorials zone developed by Wikitechy,
released in 2016
<
/p
>
<
/article
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title> Wikitechy HTML <article> Tag</title> </head> <body> <article> <h1>Wikitechy</h1> <p>Wikitechy is an enhanced tutorials zone developed by Wikitechy, released in 2016</p> </article> </body> </html>
Result