LECTURE # 10
3/8/2023
Question #1: How do we move gif image in html?
Answer: Following is the way of moving gif image in html: <marquee behavior="" direction="right" style="background-color: transparent"><img src="gif.gif" alt="error"></marquee>
Question #1: How to insert a form in html?
Answer: Form can easily be added in html using form tag. For example, <form action="">Name: <input type="text"></form>.