<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- comments: wil not be displayed, but part of the html document when loaded -->
<!-- image -->
<img alt="Google" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
<br />
<!-- line break -->
<input />
<!-- input -->
<br />
<br />
<!-- buttons clickable -->
<button>Google Search</button>
<button>I am feeling lucky</button>
<br />
<br />
<!-- labels -->
<label>Google offered in:</label>
<!-- hyper links -->
<a href="#">हिन्दी</a>
<a href="#">ಕನ್ನಡ</a>
</body>
</html>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)