Skip to main content

Featured post

Change voice of your Google Assistant on Android

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...

HEADINGS AND PARAGRAPH

HEADINGS AND PARAGRAPH


HEADINGS TAG

In HTML, heading has a six levels.
There are
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h1> is used for main heading.
<h2> is used for sub heading.
<h3> is used under the sub headings.
Others are used under these heading tag.

Code for heading tag:

<h1>HEADINGS Tag </h1>
<h2>HEADINGS Tag </h2>
<h3>HEADINGS Tag </h3>
<h4>HEADINGS Tag </h4>
<h5>HEADINGS Tag </h5>
<h6>HEADINGS Tag </h6>

RESULTS:

HEADINGS Tag

HEADINGS Tag

HEADINGS Tag

HEADINGS Tag

HEADINGS Tag
HEADINGS Tag

PARAGRAPH TAG

To type the paragraphs and infrond the paragraph add opening tag <p> and end the paragraph add closing tag </p>.

Code for paragraph:

<p>
In the recent years the entire world is just a click away. A key for any successful business is based on its custom service.</p>

RESULTS:

In the recent years the entire world is just a click away. A key for any successful business is based on its custom service.

Comments

Popular posts from this blog