• Bring along a small recording device or a notebook because you know there will be a follow-up assignment or quiz.......

Wednesday 2 August 2023

scrolling tect

 <!DOCTYPE html>

<html> <head> <title>Scrolling Text Example</title> </head> <body> <marquee behavior="scroll" direction="left" scrollamount="5"> This is a scrolling text example. The text will move from right to left. </marquee> </body> </html>

No comments:

Post a Comment

scrolling tect

  <!DOCTYPE html > < html > < head > < title > Scrolling Text Example </ title > </ head > < ...