To make sure that an element is present you can do the following:
driver.findElements(By.id("id"));
That will return an array, if that array size is > 0 then the element/s is present.
Also, you need to provide more information, such as language and what have you tried before asking,
Good luck