Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
The GIF standard allows moving images.
<
/p
>
<
img
src
="programming.gif"
alt
="Computer man"
style
="width:48px;height:48px;"
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>The GIF standard allows moving images.</p> <img src="programming.gif" alt="Computer man" style="width:48px;height:48px;"> </body> </html>
Result:
Privacy Policy