Code
Execute
<
!Doctype
html
>
<
html
>
<
body
>
<
p
>
Open the link in a new tab:
<
a
href
="http://www.wikitechy.com"
target
="_blank"
>
Hi Wikitechy!
<
/a
>
<
/p
>
<
/body
>
<
/html
>
<!Doctype html> <html> <body> <p>Open the link in a new tab: <a href="http://www.wikitechy.com" target="_blank">Hi Wikitechy!</a> </p> </body> </html>
Result