Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
/head
>
<
body
>
<
p
>
Welcome to Wikitechy
<
/p
>
<
hr
>
<
hr
>
<
p
>
Learn everything here
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> </head> <body> <p>Welcome to Wikitechy</p> <hr><hr> <p>Learn everything here</p> </body> </html>
Result