<!DOCTYPE html>
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<p id='text'>This is some text …</p>
<p id='text'>
this is more text
</p>
<button id='Bc'>Change Me</button>
<button id='Bh'>Hide Me</button>
<button id='Bf'>Find Me</button>
</body>
</html>