Posts

Showing posts from February 20, 2019

MARQUEE CODE DOWN IMAGE TAG

Image
<!doctype> <html> <head> <title> image tag </title> </head> <body> <marquee direction="doun"> <img src="girlimage.jpeg">  hello coder </img></marquee> </body> </html> code learn here very easy CODEING STAR Previous

Html Maquree Image Tag code

Image
Looking here easy  html marquee  code  <!Doctype html> <html> <head> <body> <marquee direction="up"> <img src="girl.jpeg"></img> </marquee> </body> </html>  image Previous Next