Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy img tag
<
/title
>
<
base
href
="../try-it/"
>
<
/head
>
<
body
>
<
img
src
= "https://www.wikitechy.com/images/logo.png"
alt
= "Wikitechy Logo"
/
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy img tag</title> <base href="../try-it/"> </head> <body> <img src= "https://www.wikitechy.com/images/logo.png" alt= "Wikitechy Logo"/> </body> </html>
Result