<!DOCTYPE html>
<html lang="en-US">
<body>
<div align="center">
<h1>My Web Page</h1>
<p>Hello everybody!</p>
<p>You can translate the content of this page<br>by selecting a language in the select box.</p>
<p>Translate this page to:</p>
<div id="google_translate_element" style="border:thin #999999 solid; width:200px"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
</body>
</html>