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...
How To Add Textarea In Your blog
<Textarea> tag
The <Textarea> Tag used to receive multi line text data as input.
Rows- specifies the number of rows
Cols- specifies the number of columns
Attributes for <textarea>
Name- used to define name to the controlRows- specifies the number of rows
Cols- specifies the number of columns
Code For Textarea:
<textarea rows="3" cols="50">
Waitload site mainly focus on tech related news and HTML codes for blogger.
Waitload site mainly focus on tech related news and HTML codes for blogger.
</textarea>
RESULTS
RESULTS
How to disable the entry of text
Code for disable the entry of text:
<textarea disabled rows="3" cols="50">
Waitload site mainly focus on tech related news and HTML codes for blogger.
Waitload site mainly focus on tech related news and HTML codes for blogger.
</textarea disabled>
RESULTS:
RESULTS:
How to add background colour to <textarea> tag
Code For Textarea background colour:
<textarea rows="3" cols="50" style="background-color:green;">
Waitload site mainly focus on tech related news and HTML codes for blogger.
Waitload site mainly focus on tech related news and HTML codes for blogger.
</textarea>
RESULTS:
RESULTS:
How to add textarea border color
Code For Border color to Textarea<textarea rows="3" cols="50" style="border:solid 4px red;">
Waitload site mainly focus on tech related news and HTML codes for blogger.
</textarea>
RESULTS:
Tags:
#html, #textarea, #input textarea, #css textarea, #html textarea, #textarea attribute,