Technology Software

How to Make My Picture Move Side to Side

    • 1). Log in to your Web server and navigate to the HTML page on which you want a picture to move from side to side.

    • 2). Click anywhere between the <body> and </body> tags to select the location for your moving image.

    • 3). Insert this HTML code: <marquee behavior="alternate"><img src="http://www.website.com/image.jpg" /></marquee>

    • 4). Replace "http://www.website.com/image.jpg" with the URL of the image you want to move from side to side. Change the height and width settings if desired.

    • 5). Publish the page.

Leave a reply