How to create an awesome animated website using HTML with search system?
Answers
Answered by
1
animation can be given by giving moving text using marquee tag like:<marquee>text
.........
.......
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
.........
.......
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