Computer Science, asked by Anonymous, 1 year ago

How to create an awesome animated website using HTML with search system?

Answers

Answered by abhikBRO
1
animation can be given by giving moving text using marquee tag like:<marquee>text


.........
&lt;MARQUEE BGCOLOR="aqua"&gt;text&lt;/marquee&gt;
.......
this are moving text ...

....<div class="topnav">
  <a class="active"href="#home">Home</a>
  <ahref="#about">About</a>
  <ahref="#contact">Contact</a>
  <input type="text"placeholder="Search..">
</div>

the upper code is for search engine..
HOPE IT HELPS
Similar questions