Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
bgcolor
="sky blue"
>
<
h1
>
<
span
>
html tutorial -
<
/span
>
Welcome to Wikitechy!
<
span
>
- html5 - html code - html form
<
/span
>
<
/h1
>
<
p
>
<
a
href
="https://www.wikitechy.com"
>
Visit Wikitechy.com!
<
/a
>
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body bgcolor="sky blue"> <h1><span>html tutorial - </span>Welcome to Wikitechy!<span> - html5 - html code - html form</span></h1> <p> <a href="https://www.wikitechy.com">Visit Wikitechy.com!</a> </p> </body> </html>
Result