Change The Voice On Google Assistant on Android Google released an update where you can change the voices and I believe there are eight different voices now. Step to change the voice of your Google Assistant: On your Android phone, touch and hold the Home button . In the bottom right, tap Explore & Your stuff . In the top right, tap the 3 dots and then Settings . Tap Assistant and then Assistant voice . Next, Choose your favorite voice. when you click on an assistant voice then you see this eight different assistant voices that are out there and the first one is the default one that everybody had for the last couple of years and then there are the seven new ones , so choose your favorite voice. List of voices are available in Android? Red Orange Amber Green Cyan Blue Purple Pink British Racing Green Sydney Harbour Blue Note: This feature is available in some lang...
The <marquee> is the main tag used to scrolling text in our website.
simple moving text(General formate)
Code for simple moving text:
<marquee>
simple moving text</marquee>
Result:
Result:
Add background colour for moving text
Code for background colour:<marquee bgcolor="green">background colour </marquee>
Result:
Add direction for the scrolling text
Code for control direction:<marquee bgcolor="Green" direction="up" >moving text direction up</marquee>
Result:
you can use up,down, left, right in direction.
Add Alternate behaviour to scrolling text
Code for Alterate behavior:
<marquee bgcolor="Green" behavior="alternate">alternate behaviour </marquee>
Result:
Add scrollamount to the moving text
Code for add scrollamount:
<marquee bgcolor="Green" scrollamount="81">set scrollamount </marquee>
Result:
set Hspace and Vspace
Code for set Hspace and Vspace:
<marquee bgcolor="Green"hspace=" 100"vspace="10">set Hspace and vspace</marquee>
Result:
change text colour for scroll text
Code for change text colour:
<marquee bgcolor="green"><font color=white>change colours of text</font></marquee>
Result:
Result:
Color
You can any change color.
STEP To Add Marquee in blogger
- Login to Blogger.com
- Click on Layout
- Click on Add element
- Html/Text
- Paste the code
Note: "If you any doubt please comment in the comments section, I will replay"
Comments
Post a Comment