Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
<
dfn
>
Wikitechy tutorials
<
/dfn
>
is the easy learning website
<
br
>
<
dfn
>
HTML
<
/dfn
>
is said to be Hypertext Markup Language
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p> <dfn>Wikitechy tutorials</dfn> is the easy learning website<br> <dfn>HTML</dfn> is said to be Hypertext Markup Language</p> </body> </html>
Result