Tuesday, February 26, 2019

Comparison operator in JavaScript

This post tells you the difference between == and === in JavaScript

             Clicked here

Sunday, February 24, 2019

Question - Answer

Que. 1 . Explain the purpose of SEO ?

Ans. SEO or Search Engine Optimization searches the content of the web page and create index to display the results. It effects the Website Visibility while displaying the results and mark a rank to it properly.

So ranking of your website is majourly depends on the content written inside. 

Search Engines Index the following components of a web page :
1) Page Title ( Only the first 70 Characters are displayes in the 
                        Search Engines)

2) Page Description (at least first 156 characters are displayed in 
                                   the results )

3) Page Views

4) Page Headers (H1)

5) Links to other page

6) Strong Text( bold )

7) Phrases

8) ALT text in images 
  for example : command to include image in HTML the ALT command is associated with it because while showing the picture if the picture is not present then it will show the alternative (ALT) word written in it and you are allowed to add another attribute also like align, height, width etc. like 

          <img src ="c:\picture\zoo.jpg"  ALT "Delhi Zoo"\>
____________________________________________________

Que. 2. Explain the SEO checker with an example.

Ans. We use SEO checker for better ranking system and for this purpose the web site is designed and thus we will have to refer it to the SEO process of each search engine. 


by choosing Tool option available at the top line & then clicking SEO Checker in its drop down menu in the 
Microsoft Expression Web 4 named computer editor.
__________________________________________________
Fill in the blanks :

i) Acronym for SEO is Search Engine Optimization.

ii) SEO reports can access from  tool  menu

Comparison operator in JavaScript

This post tells you the difference between == and === in JavaScript              Clicked  here