Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts
We all know how important Search engines are for our website, Search
engines are like Oxygen for our Website- Most people don't utilize
search engines as much as they should.
Note that search engines use keywords to search any topic, If your
website's Keywords are not set then Search Engines might not pick your
website in there search results,
Here is a simple process to Set Keywords using <meta> tag:
Use following HTML code in the head section of HTML Document:
<meta name="keywords" content="keyword1,Keyword2,keyword3">
FOR EXAMPLE:
This example might clear your mind about setting keyword: <head><meta
name="keyword" content="US,Pak,cricket,Australia"><\head>
In this example there are four keywords which tell the search engine
that data is about them.

How to set or define Keywords for search engines: Simple Method

We all know how important Search engines are for our website, Search
engines are like Oxygen for our Website- Most people don't utilize
search engines as much as they should.
Note that search engines use keywords to search any topic, If your
website's Keywords are not set then Search Engines might not pick your
website in there search results,
Here is a simple process to Set Keywords using <meta> tag:
Use following HTML code in the head section of HTML Document:
<meta name="keywords" content="keyword1,Keyword2,keyword3">
FOR EXAMPLE:
This example might clear your mind about setting keyword: <head><meta
name="keyword" content="US,Pak,cricket,Australia"><\head>
In this example there are four keywords which tell the search engine
that data is about them.
This entry was posted in :
HTML is a language for creating webpages, We can change font size and
color very eaisly in HTML Document, Here are easy steps to change the
Color of font.
Method 1 of 2 Changing Font Color:
STEP ONE:
Enter the text you wanted to change color.
STEP TWO:
Write the following tag around the text, <font color=red>Your text</font>.
Color of the text will be changed to red.
Method 2 of 2 Changing font size:
We have 6 levels of font sizes in HTML, here we are using level 5, you
can use anyone.
STEP ONE:
Enter the text to be resized.
STEP TWO:
Use following code, <font size=5>your text</font>.
Font size will be changed!

How to Change font color and size in HTML: 2 Easy steps

HTML is a language for creating webpages, We can change font size and
color very eaisly in HTML Document, Here are easy steps to change the
Color of font.
Method 1 of 2 Changing Font Color:
STEP ONE:
Enter the text you wanted to change color.
STEP TWO:
Write the following tag around the text, <font color=red>Your text</font>.
Color of the text will be changed to red.
Method 2 of 2 Changing font size:
We have 6 levels of font sizes in HTML, here we are using level 5, you
can use anyone.
STEP ONE:
Enter the text to be resized.
STEP TWO:
Use following code, <font size=5>your text</font>.
Font size will be changed!
This entry was posted in :