filmov
tv
Bouncing Text | Marquee Tag | VIKASH

Показать описание
How to create #bouncing_text in #HTML
In this video I am going to show you how you can create a bouncing or animated text using #Marquee_tag in html
First of all open notepad and write the basic structure of html document.
Write marquee tag within #body_tag
Set the following #attributes within marquee tag:-
#Behavior=alternate (Note : this is a mandatory attribute for bouncing)
#direction =down
#style ="border:solid"
#height =400
#width =500
Again add one more marquee tag within the first marquee tag
Also set behavior attribute as alternate
Write the text which will bounce after the second marquee tag.
Close both marquee tags after the bouncing text.
Open the saved file on chrome browser.
In this video I am going to show you how you can create a bouncing or animated text using #Marquee_tag in html
First of all open notepad and write the basic structure of html document.
Write marquee tag within #body_tag
Set the following #attributes within marquee tag:-
#Behavior=alternate (Note : this is a mandatory attribute for bouncing)
#direction =down
#style ="border:solid"
#height =400
#width =500
Again add one more marquee tag within the first marquee tag
Also set behavior attribute as alternate
Write the text which will bounce after the second marquee tag.
Close both marquee tags after the bouncing text.
Open the saved file on chrome browser.
Комментарии