Web page zoom in/out using Selenium webdriver

@Test
  public void BrowserZoomIN()
{
   zoomIn(); 
   }
  public void zoomIn()  
{
 
 for(int i=0; i<5; i++)

{  
  driver.findElement(By.linkText("Selnium")).
sendKeys(Keys.CONTROL, Keys.ADD
);
   }